Html Css Color HEX #42BF0C Kelly Green

📋 copy color: '#42BF0C'

red 66 ◦ green 191 ◦ blue 12

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

Shades of Kelly Green #42BF0C

Tints of Kelly Green #42BF0C

RGB

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

 GREEN value IS 191 (75% from 255) = 71%

 BLUE value IS 12 (5.08% from 255) = 4.46%

R = 24.54%
G = 71%
B = 4.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#42BF0C (or 0x42BF0C) is known color: Kelly Green. HEX triplet: 42, BF and 0C. RGB value is (66,191,12). Sum of RGB (Red+Green+Blue) = 66+191+12=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 191 (75% from 255 or 71.00% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BF0C is #BD40F3. Grayscale: #858585. Windows color (decimal): -12402932 or 835394. OLE color: 835394.

HSL color Cylindrical-coordinate representation of color #42BF0C: hue angle of 101.9º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42BF0C is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 191 12 -
CMYK 0.65 0 0.94 0.25
HSL 101.9º 0.88% 0.4% -
HSV(B) 101.9º 0.94% 0.75% -
XYZ 20.94 38.45 6.66 -
YUV 133.22 59.59 80.05 -
System Red Green Blue C M Y K H S L
Decimal 66 191 12 0.65 0 0.94 0.25 101.9 0.88 0.4
Hex 42 BF C 41 0 5E 19 66 58 28
Octal 102 277 14 101 0 136 31 146 130 50
Binary 1000010 10111111 1100 1000001 0 1011110 11001 1100110 1011000 101000

Color Harmonies of #42BF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BF0C

Black with #42BF0C

Text Example


Text Example

White with #42BF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,191,12); }

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

background-color css

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

 a { background-color: rgb(66,191,12); }

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

border-color css

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

 span { border-color: rgb(66,191,12); }

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