Html Css Color HEX #52C905 Kelly Green

📋 copy color: '#52C905'

red 82 ◦ green 201 ◦ blue 5

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

Shades of Kelly Green #52C905

Tints of Kelly Green #52C905

RGB

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

 GREEN value IS 201 (78.91% from 255) = 69.79%

 BLUE value IS 5 (2.34% from 255) = 1.74%

R = 28.47%
G = 69.79%
B = 1.74%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#52C905 (or 0x52C905) is known color: Kelly Green. HEX triplet: 52, C9 and 05. RGB value is (82,201,5). Sum of RGB (Red+Green+Blue) = 82+201+5=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 201 (78.91% from 255 or 69.79% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 201 - color contains mainly: green. Hex color #52C905 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C905 is #AD36FA. Grayscale: #8F8F8F. Windows color (decimal): -11351803 or 379218. OLE color: 379218.

HSL color Cylindrical-coordinate representation of color #52C905: hue angle of 96.43º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52C905 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 201 5 -
CMYK 0.59 0 0.98 0.21
HSL 96.43º 0.95% 0.4% -
HSV(B) 96.43º 0.98% 0.79% -
XYZ 24.39 43.58 7.27 -
YUV 143.08 50.08 84.44 -
System Red Green Blue C M Y K H S L
Decimal 82 201 5 0.59 0 0.98 0.21 96.43 0.95 0.4
Hex 52 C9 5 3B 0 62 15 60 5F 28
Octal 122 311 5 73 0 142 25 140 137 50
Binary 1010010 11001001 101 111011 0 1100010 10101 1100000 1011111 101000

Color Harmonies of #52C905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C905

Black with #52C905

Text Example


Text Example

White with #52C905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,201,5); }

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

background-color css

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

 a { background-color: rgb(82,201,5); }

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

border-color css

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

 span { border-color: rgb(82,201,5); }

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