Html Css Color HEX #42B81D Kelly Green

📋 copy color: '#42B81D'

red 66 ◦ green 184 ◦ blue 29

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

Shades of Kelly Green #42B81D

Tints of Kelly Green #42B81D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 65.95%

 BLUE value IS 29 (11.72% from 255) = 10.39%

R = 23.66%
G = 65.95%
B = 10.39%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#42B81D (or 0x42B81D) is known color: Kelly Green. HEX triplet: 42, B8 and 1D. RGB value is (66,184,29). Sum of RGB (Red+Green+Blue) = 66+184+29=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 184 (72.27% from 255 or 65.95% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 184 - color contains mainly: green. Hex color #42B81D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B81D is #BD47E2. Grayscale: #838383. Windows color (decimal): -12404707 or 1947714. OLE color: 1947714.

HSL color Cylindrical-coordinate representation of color #42B81D: hue angle of 105.68º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42B81D is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 66 184 29 -
CMYK 0.64 0 0.84 0.28
HSL 105.68º 0.73% 0.42% -
HSV(B) 105.68º 0.84% 0.72% -
XYZ 19.61 35.53 6.99 -
YUV 131.05 70.41 81.6 -
System Red Green Blue C M Y K H S L
Decimal 66 184 29 0.64 0 0.84 0.28 105.68 0.73 0.42
Hex 42 B8 1D 40 0 54 1C 6A 49 2A
Octal 102 270 35 100 0 124 34 152 111 52
Binary 1000010 10111000 11101 1000000 0 1010100 11100 1101010 1001001 101010

Color Harmonies of #42B81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B81D

Black with #42B81D

Text Example


Text Example

White with #42B81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,184,29); }

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

background-color css

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

 a { background-color: rgb(66,184,29); }

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

border-color css

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

 span { border-color: rgb(66,184,29); }

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