Html Css Color HEX #31CF08 Kelly Green

📋 copy color: '#31CF08'

red 49 ◦ green 207 ◦ blue 8

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

Shades of Kelly Green #31CF08

Tints of Kelly Green #31CF08

RGB

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

 GREEN value IS 207 (81.25% from 255) = 78.41%

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

R = 18.56%
G = 78.41%
B = 3.03%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#31CF08 (or 0x31CF08) is known color: Kelly Green. HEX triplet: 31, CF and 08. RGB value is (49,207,8). Sum of RGB (Red+Green+Blue) = 49+207+8=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 207 (81.25% from 255 or 78.41% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 207 - color contains mainly: green. Hex color #31CF08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31CF08 is #CE30F7. Grayscale: #898989. Windows color (decimal): -13512952 or 577329. OLE color: 577329.

HSL color Cylindrical-coordinate representation of color #31CF08: hue angle of 107.64º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31CF08 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 207 8 -
CMYK 0.76 0 0.96 0.19
HSL 107.64º 0.93% 0.42% -
HSV(B) 107.64º 0.96% 0.81% -
XYZ 23.62 45.3 7.73 -
YUV 137.07 55.15 65.18 -
System Red Green Blue C M Y K H S L
Decimal 49 207 8 0.76 0 0.96 0.19 107.64 0.93 0.42
Hex 31 CF 8 4C 0 60 13 6C 5D 2A
Octal 61 317 10 114 0 140 23 154 135 52
Binary 110001 11001111 1000 1001100 0 1100000 10011 1101100 1011101 101010

Color Harmonies of #31CF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CF08

Black with #31CF08

Text Example


Text Example

White with #31CF08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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