#62B026

Color #62B026 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #62B026

Tints of Christi #62B026

Color information

#62B026 (or 0x62B026) is unknown color: approx Christi. HEX triplet: 62, B0 and 26. RGB value is (98,176,38). Sum of RGB (Red+Green+Blue) = 98+176+38=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 176 (69.14% from 255 or 56.41% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 176 - color contains mainly: green. Hex color #62B026 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62B026 is #9D4FD9. Grayscale: #898989. Windows color (decimal): -10309594 or 2535522. OLE color: 2535522.

HSL color Cylindrical-coordinate representation of color #62B026: hue angle of 93.91º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #62B026 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB9817638-
CMYK0.4400.780.31
HSL93.91º64.49%41.96%-
HSV(B)93.91º78.41%69.02%-
XYZ20.9133.797.25-
YUV136.9572.16100.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 31.41%
GREEN value IS 176 (69.14% from 255) = 56.41%
BLUE value IS 38 (15.23% from 255) = 12.18%
R=31.41%
G=56.41%
B=12.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal98176380.4400.780.3193.9164.4941.96
Hex62B0262C04E1F5e402a
Octal142260465401163713610052
Binary110001010110000100110101100010011101111110111101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62B026; }

 p { color: rgb(98,176,38); }

 H1.HeaderClassName
 {
   color: #62B026;
 }
 .AnyTagClassName
 {
   color: #62B026;
 }
</style>
background-color css

<style>
 a { background-color: #62B026; }

 a { background-color: rgb(98,176,38); }

 div.DivClassName
 {
   background-color: #62B026;
 }
 .BgClassName
 {
   background-color: #62B026;
 }
</style>
border-color css

<style>
 span { border-color: #62B026; }

 span { border-color: rgb(98,176,38); }

 td.TdClassName
 {
   border-color: #62B026;
 }
 .TagClassName
 {
   border-color: #62B026;
 }
</style>