Html Css Color HEX #40CF08 Kelly Green

📋 copy color: '#40CF08'

red 64 ◦ green 207 ◦ blue 8

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

Shades of Kelly Green #40CF08

Tints of Kelly Green #40CF08

RGB

 RED value IS 64 (25.39% from 255) = 22.94%

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

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

R = 22.94%
G = 74.19%
B = 2.87%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#40CF08 (or 0x40CF08) is known color: Kelly Green. HEX triplet: 40, CF and 08. RGB value is (64,207,8). Sum of RGB (Red+Green+Blue) = 64+207+8=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 207 (81.25% from 255 or 74.19% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 207 - color contains mainly: green. Hex color #40CF08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40CF08 is #BF30F7. Grayscale: #8E8E8E. Windows color (decimal): -12529912 or 577344. OLE color: 577344.

HSL color Cylindrical-coordinate representation of color #40CF08: hue angle of 103.12º 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 #40CF08 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 207 8 -
CMYK 0.69 0 0.96 0.19
HSL 103.12º 0.93% 0.42% -
HSV(B) 103.12º 0.96% 0.81% -
XYZ 24.47 45.73 7.77 -
YUV 141.56 52.62 72.68 -
System Red Green Blue C M Y K H S L
Decimal 64 207 8 0.69 0 0.96 0.19 103.12 0.93 0.42
Hex 40 CF 8 45 0 60 13 67 5D 2A
Octal 100 317 10 105 0 140 23 147 135 52
Binary 1000000 11001111 1000 1000101 0 1100000 10011 1100111 1011101 101010

Color Harmonies of #40CF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CF08

Black with #40CF08

Text Example


Text Example

White with #40CF08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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