Html Css Color HEX #42B92C Kelly Green

📋 copy color: '#42B92C'

red 66 ◦ green 185 ◦ blue 44

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

Shades of Kelly Green #42B92C

Tints of Kelly Green #42B92C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.92%

R = 22.37%
G = 62.71%
B = 14.92%

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

#42B92C (or 0x42B92C) is known color: Kelly Green. HEX triplet: 42, B9 and 2C. RGB value is (66,185,44). Sum of RGB (Red+Green+Blue) = 66+185+44=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 185 (72.66% from 255 or 62.71% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 185 - color contains mainly: green. Hex color #42B92C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B92C is #BD46D3. Grayscale: #858585. Windows color (decimal): -12404436 or 2931010. OLE color: 2931010.

HSL color Cylindrical-coordinate representation of color #42B92C: hue angle of 110.64º degrees, saturation: 0.62, 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 #42B92C is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 185 44 -
CMYK 0.64 0 0.76 0.27
HSL 110.64º 0.62% 0.45% -
HSV(B) 110.64º 0.76% 0.73% -
XYZ 20.05 36.04 8.28 -
YUV 133.35 77.58 79.96 -
System Red Green Blue C M Y K H S L
Decimal 66 185 44 0.64 0 0.76 0.27 110.64 0.62 0.45
Hex 42 B9 2C 40 0 4C 1B 6F 3E 2D
Octal 102 271 54 100 0 114 33 157 76 55
Binary 1000010 10111001 101100 1000000 0 1001100 11011 1101111 111110 101101

Color Harmonies of #42B92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B92C

Black with #42B92C

Text Example


Text Example

White with #42B92C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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