Html Css Color HEX #52C403 Kelly Green

📋 copy color: '#52C403'

red 82 ◦ green 196 ◦ blue 3

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

Shades of Kelly Green #52C403

Tints of Kelly Green #52C403

RGB

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

 GREEN value IS 196 (76.95% from 255) = 69.75%

 BLUE value IS 3 (1.56% from 255) = 1.07%

R = 29.18%
G = 69.75%
B = 1.07%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#52C403 (or 0x52C403) is known color: Kelly Green. HEX triplet: 52, C4 and 03. RGB value is (82,196,3). Sum of RGB (Red+Green+Blue) = 82+196+3=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 196 (76.95% from 255 or 69.75% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 196 - color contains mainly: green. Hex color #52C403 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C403 is #AD3BFC. Grayscale: #8C8C8C. Windows color (decimal): -11353085 or 246866. OLE color: 246866.

HSL color Cylindrical-coordinate representation of color #52C403: hue angle of 95.44º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52C403 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 196 3 -
CMYK 0.58 0 0.98 0.23
HSL 95.44º 0.97% 0.39% -
HSV(B) 95.44º 0.98% 0.77% -
XYZ 23.24 41.28 6.83 -
YUV 139.91 50.73 86.69 -
System Red Green Blue C M Y K H S L
Decimal 82 196 3 0.58 0 0.98 0.23 95.44 0.97 0.39
Hex 52 C4 3 3A 0 62 17 5F 61 27
Octal 122 304 3 72 0 142 27 137 141 47
Binary 1010010 11000100 11 111010 0 1100010 10111 1011111 1100001 100111

Color Harmonies of #52C403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C403

Black with #52C403

Text Example


Text Example

White with #52C403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,196,3); }

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

background-color css

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

 a { background-color: rgb(82,196,3); }

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

border-color css

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

 span { border-color: rgb(82,196,3); }

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