Html Css Color HEX #52B92C Kelly Green

📋 copy color: '#52B92C'

red 82 ◦ green 185 ◦ blue 44

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

Shades of Kelly Green #52B92C

Tints of Kelly Green #52B92C

RGB

 RED value IS 82 (32.42% from 255) = 26.37%

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

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

R = 26.37%
G = 59.49%
B = 14.15%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#52B92C (or 0x52B92C) is known color: Kelly Green. HEX triplet: 52, B9 and 2C. RGB value is (82,185,44). Sum of RGB (Red+Green+Blue) = 82+185+44=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 185 (72.66% from 255 or 59.49% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 185 - color contains mainly: green. Hex color #52B92C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B92C is #AD46D3. Grayscale: #8A8A8A. Windows color (decimal): -11355860 or 2931026. OLE color: 2931026.

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

Color convert

RGB 82 185 44 -
CMYK 0.56 0 0.76 0.27
HSL 103.83º 0.62% 0.45% -
HSV(B) 103.83º 0.76% 0.73% -
XYZ 21.28 36.67 8.34 -
YUV 138.13 74.88 87.96 -
System Red Green Blue C M Y K H S L
Decimal 82 185 44 0.56 0 0.76 0.27 103.83 0.62 0.45
Hex 52 B9 2C 38 0 4C 1B 68 3E 2D
Octal 122 271 54 70 0 114 33 150 76 55
Binary 1010010 10111001 101100 111000 0 1001100 11011 1101000 111110 101101

Color Harmonies of #52B92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B92C

Black with #52B92C

Text Example


Text Example

White with #52B92C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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