Html Css Color HEX #42B92D Kelly Green

📋 copy color: '#42B92D'

red 66 ◦ green 185 ◦ blue 45

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

Shades of Kelly Green #42B92D

Tints of Kelly Green #42B92D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 62.5%

 BLUE value IS 45 (17.97% from 255) = 15.2%

R = 22.3%
G = 62.5%
B = 15.2%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#42B92D (or 0x42B92D) is known color: Kelly Green. HEX triplet: 42, B9 and 2D. RGB value is (66,185,45). Sum of RGB (Red+Green+Blue) = 66+185+45=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 185 (72.66% from 255 or 62.5% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 185 - color contains mainly: green. Hex color #42B92D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B92D is #BD46D2. Grayscale: #858585. Windows color (decimal): -12404435 or 2996546. OLE color: 2996546.

HSL color Cylindrical-coordinate representation of color #42B92D: hue angle of 111º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42B92D is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 185 45 -
CMYK 0.64 0 0.76 0.27
HSL 111º 0.61% 0.45% -
HSV(B) 111º 0.76% 0.73% -
XYZ 20.07 36.05 8.38 -
YUV 133.46 78.08 79.88 -
System Red Green Blue C M Y K H S L
Decimal 66 185 45 0.64 0 0.76 0.27 111 0.61 0.45
Hex 42 B9 2D 40 0 4C 1B 6F 3D 2D
Octal 102 271 55 100 0 114 33 157 75 55
Binary 1000010 10111001 101101 1000000 0 1001100 11011 1101111 111101 101101

Color Harmonies of #42B92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B92D

Black with #42B92D

Text Example


Text Example

White with #42B92D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,185,45); }

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

background-color css

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

 a { background-color: rgb(66,185,45); }

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

border-color css

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

 span { border-color: rgb(66,185,45); }

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