Html Css Color HEX #42BD06 Kelly Green

📋 copy color: '#42BD06'

red 66 ◦ green 189 ◦ blue 6

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

Shades of Kelly Green #42BD06

Tints of Kelly Green #42BD06

RGB

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

 GREEN value IS 189 (74.22% from 255) = 72.41%

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

R = 25.29%
G = 72.41%
B = 2.3%

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

#42BD06 (or 0x42BD06) is known color: Kelly Green. HEX triplet: 42, BD and 06. RGB value is (66,189,6). Sum of RGB (Red+Green+Blue) = 66+189+6=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 189 (74.22% from 255 or 72.41% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BD06 is #BD42F9. Grayscale: #838383. Windows color (decimal): -12403450 or 441666. OLE color: 441666.

HSL color Cylindrical-coordinate representation of color #42BD06: hue angle of 100.33º 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 #42BD06 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 189 6 -
CMYK 0.65 0 0.97 0.26
HSL 100.33º 0.94% 0.38% -
HSV(B) 100.33º 0.97% 0.74% -
XYZ 20.48 37.57 6.34 -
YUV 131.36 57.25 81.38 -
System Red Green Blue C M Y K H S L
Decimal 66 189 6 0.65 0 0.97 0.26 100.33 0.94 0.38
Hex 42 BD 6 41 0 61 1A 64 5E 26
Octal 102 275 6 101 0 141 32 144 136 46
Binary 1000010 10111101 110 1000001 0 1100001 11010 1100100 1011110 100110

Color Harmonies of #42BD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BD06

Black with #42BD06

Text Example


Text Example

White with #42BD06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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