Html Css Color HEX #42BC06 Kelly Green

📋 copy color: '#42BC06'

red 66 ◦ green 188 ◦ blue 6

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

Shades of Kelly Green #42BC06

Tints of Kelly Green #42BC06

RGB

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

 GREEN value IS 188 (73.83% from 255) = 72.31%

 BLUE value IS 6 (2.73% from 255) = 2.31%

R = 25.38%
G = 72.31%
B = 2.31%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#42BC06 (or 0x42BC06) is known color: Kelly Green. HEX triplet: 42, BC and 06. RGB value is (66,188,6). Sum of RGB (Red+Green+Blue) = 66+188+6=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 188 (73.83% from 255 or 72.31% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BC06 is #BD43F9. Grayscale: #838383. Windows color (decimal): -12403706 or 441410. OLE color: 441410.

HSL color Cylindrical-coordinate representation of color #42BC06: hue angle of 100.22º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42BC06 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 188 6 -
CMYK 0.65 0 0.97 0.26
HSL 100.22º 0.94% 0.38% -
HSV(B) 100.22º 0.97% 0.74% -
XYZ 20.26 37.14 6.27 -
YUV 130.77 57.58 81.8 -
System Red Green Blue C M Y K H S L
Decimal 66 188 6 0.65 0 0.97 0.26 100.22 0.94 0.38
Hex 42 BC 6 41 0 61 1A 64 5E 26
Octal 102 274 6 101 0 141 32 144 136 46
Binary 1000010 10111100 110 1000001 0 1100001 11010 1100100 1011110 100110

Color Harmonies of #42BC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BC06

Black with #42BC06

Text Example


Text Example

White with #42BC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,188,6); }

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

background-color css

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

 a { background-color: rgb(66,188,6); }

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

border-color css

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

 span { border-color: rgb(66,188,6); }

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