Html Css Color HEX #42CF0F Kelly Green

📋 copy color: '#42CF0F'

red 66 ◦ green 207 ◦ blue 15

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

Shades of Kelly Green #42CF0F

Tints of Kelly Green #42CF0F

RGB

 RED value IS 66 (26.17% from 255) = 22.92%

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

 BLUE value IS 15 (6.25% from 255) = 5.21%

R = 22.92%
G = 71.88%
B = 5.21%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#42CF0F (or 0x42CF0F) is known color: Kelly Green. HEX triplet: 42, CF and 0F. RGB value is (66,207,15). Sum of RGB (Red+Green+Blue) = 66+207+15=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 207 (81.25% from 255 or 71.88% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 207 - color contains mainly: green. Hex color #42CF0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42CF0F is #BD30F0. Grayscale: #8F8F8F. Windows color (decimal): -12398833 or 1036098. OLE color: 1036098.

HSL color Cylindrical-coordinate representation of color #42CF0F: hue angle of 104.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42CF0F is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 207 15 -
CMYK 0.68 0 0.93 0.19
HSL 104.06º 0.86% 0.44% -
HSV(B) 104.06º 0.93% 0.81% -
XYZ 24.65 45.82 8 -
YUV 142.95 55.79 73.11 -
System Red Green Blue C M Y K H S L
Decimal 66 207 15 0.68 0 0.93 0.19 104.06 0.86 0.44
Hex 42 CF F 44 0 5D 13 68 56 2C
Octal 102 317 17 104 0 135 23 150 126 54
Binary 1000010 11001111 1111 1000100 0 1011101 10011 1101000 1010110 101100

Color Harmonies of #42CF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CF0F

Black with #42CF0F

Text Example


Text Example

White with #42CF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42CF0F; }

 p { color: rgb(66,207,15); }

 H1.HeaderClassName
 {
   color: #42CF0F;
 }
 .AnyTagClassName
 {
   color: #42CF0F;
 }
</style>

background-color css

<style>
 a { background-color: #42CF0F; }

 a { background-color: rgb(66,207,15); }

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

border-color css

<style>
 span { border-color: #42CF0F; }

 span { border-color: rgb(66,207,15); }

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