Html Css Color HEX #52CC21 Kelly Green

📋 copy color: '#52CC21'

red 82 ◦ green 204 ◦ blue 33

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

Shades of Kelly Green #52CC21

Tints of Kelly Green #52CC21

RGB

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

 GREEN value IS 204 (80.08% from 255) = 63.95%

 BLUE value IS 33 (13.28% from 255) = 10.34%

R = 25.71%
G = 63.95%
B = 10.34%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#52CC21 (or 0x52CC21) is known color: Kelly Green. HEX triplet: 52, CC and 21. RGB value is (82,204,33). Sum of RGB (Red+Green+Blue) = 82+204+33=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 204 (80.08% from 255 or 63.95% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CC21 is #AD33DE. Grayscale: #949494. Windows color (decimal): -11351007 or 2214994. OLE color: 2214994.

HSL color Cylindrical-coordinate representation of color #52CC21: hue angle of 102.81º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52CC21 is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 204 33 -
CMYK 0.60 0 0.84 0.2
HSL 102.81º 0.72% 0.46% -
HSV(B) 102.81º 0.84% 0.8% -
XYZ 25.35 45.09 8.81 -
YUV 148.03 63.08 80.9 -
System Red Green Blue C M Y K H S L
Decimal 82 204 33 0.60 0 0.84 0.2 102.81 0.72 0.46
Hex 52 CC 21 3C 0 54 14 67 48 2E
Octal 122 314 41 74 0 124 24 147 110 56
Binary 1010010 11001100 100001 111100 0 1010100 10100 1100111 1001000 101110

Color Harmonies of #52CC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CC21

Black with #52CC21

Text Example


Text Example

White with #52CC21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,204,33); }

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

background-color css

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

 a { background-color: rgb(82,204,33); }

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

border-color css

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

 span { border-color: rgb(82,204,33); }

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