Html Css Color HEX #42BD10 Kelly Green

📋 copy color: '#42BD10'

red 66 ◦ green 189 ◦ blue 16

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

Shades of Kelly Green #42BD10

Tints of Kelly Green #42BD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.9%

R = 24.35%
G = 69.74%
B = 5.9%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#42BD10 (or 0x42BD10) is known color: Kelly Green. HEX triplet: 42, BD and 10. RGB value is (66,189,16). Sum of RGB (Red+Green+Blue) = 66+189+16=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 189 (74.22% from 255 or 69.74% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BD10 is #BD42EF. Grayscale: #858585. Windows color (decimal): -12403440 or 1097026. OLE color: 1097026.

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

Color convert

RGB 66 189 16 -
CMYK 0.65 0 0.92 0.26
HSL 102.66º 0.84% 0.4% -
HSV(B) 102.66º 0.92% 0.74% -
XYZ 20.54 37.59 6.66 -
YUV 132.5 62.25 80.57 -
System Red Green Blue C M Y K H S L
Decimal 66 189 16 0.65 0 0.92 0.26 102.66 0.84 0.4
Hex 42 BD 10 41 0 5C 1A 67 54 28
Octal 102 275 20 101 0 134 32 147 124 50
Binary 1000010 10111101 10000 1000001 0 1011100 11010 1100111 1010100 101000

Color Harmonies of #42BD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BD10

Black with #42BD10

Text Example


Text Example

White with #42BD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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