Html Css Color HEX #31CA08 Kelly Green

📋 copy color: '#31CA08'

red 49 ◦ green 202 ◦ blue 8

#31CA08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #31CA08

Tints of Kelly Green #31CA08

RGB

 RED value IS 49 (19.53% from 255) = 18.92%

 GREEN value IS 202 (79.3% from 255) = 77.99%

 BLUE value IS 8 (3.52% from 255) = 3.09%

R = 18.92%
G = 77.99%
B = 3.09%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#31CA08 (or 0x31CA08) is known color: Kelly Green. HEX triplet: 31, CA and 08. RGB value is (49,202,8). Sum of RGB (Red+Green+Blue) = 49+202+8=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 202 (79.30% from 255 or 77.99% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31CA08 is #CE35F7. Grayscale: #868686. Windows color (decimal): -13514232 or 576049. OLE color: 576049.

HSL color Cylindrical-coordinate representation of color #31CA08: hue angle of 107.32º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31CA08 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 49 202 8 -
CMYK 0.76 0 0.96 0.21
HSL 107.32º 0.92% 0.41% -
HSV(B) 107.32º 0.96% 0.79% -
XYZ 22.43 42.91 7.33 -
YUV 134.14 56.81 67.27 -
System Red Green Blue C M Y K H S L
Decimal 49 202 8 0.76 0 0.96 0.21 107.32 0.92 0.41
Hex 31 CA 8 4C 0 60 15 6B 5C 29
Octal 61 312 10 114 0 140 25 153 134 51
Binary 110001 11001010 1000 1001100 0 1100000 10101 1101011 1011100 101001

Color Harmonies of #31CA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CA08

Black with #31CA08

Text Example


Text Example

White with #31CA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31CA08; }

 p { color: rgb(49,202,8); }

 H1.HeaderClassName
 {
   color: #31CA08;
 }
 .AnyTagClassName
 {
   color: #31CA08;
 }
</style>

background-color css

<style>
 a { background-color: #31CA08; }

 a { background-color: rgb(49,202,8); }

 div.DivClassName
 {
   background-color: #31CA08;
 }
 .BgClassName
 {
   background-color: #31CA08;
 }
</style>

border-color css

<style>
 span { border-color: #31CA08; }

 span { border-color: rgb(49,202,8); }

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