Html Css Color HEX #42BB0B Kelly Green

📋 copy color: '#42BB0B'

red 66 ◦ green 187 ◦ blue 11

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

Shades of Kelly Green #42BB0B

Tints of Kelly Green #42BB0B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 70.83%

 BLUE value IS 11 (4.69% from 255) = 4.17%

R = 25%
G = 70.83%
B = 4.17%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#42BB0B (or 0x42BB0B) is known color: Kelly Green. HEX triplet: 42, BB and 0B. RGB value is (66,187,11). Sum of RGB (Red+Green+Blue) = 66+187+11=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 187 (73.44% from 255 or 70.83% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BB0B is #BD44F4. Grayscale: #838383. Windows color (decimal): -12403957 or 768834. OLE color: 768834.

HSL color Cylindrical-coordinate representation of color #42BB0B: hue angle of 101.25º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42BB0B is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 187 11 -
CMYK 0.65 0 0.94 0.27
HSL 101.25º 0.89% 0.39% -
HSV(B) 101.25º 0.94% 0.73% -
XYZ 20.08 36.72 6.35 -
YUV 130.76 60.41 81.81 -
System Red Green Blue C M Y K H S L
Decimal 66 187 11 0.65 0 0.94 0.27 101.25 0.89 0.39
Hex 42 BB B 41 0 5E 1B 65 59 27
Octal 102 273 13 101 0 136 33 145 131 47
Binary 1000010 10111011 1011 1000001 0 1011110 11011 1100101 1011001 100111

Color Harmonies of #42BB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BB0B

Black with #42BB0B

Text Example


Text Example

White with #42BB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,187,11); }

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

background-color css

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

 a { background-color: rgb(66,187,11); }

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

border-color css

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

 span { border-color: rgb(66,187,11); }

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