Html Css Color HEX #52CC23 Kelly Green

📋 copy color: '#52CC23'

red 82 ◦ green 204 ◦ blue 35

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

Shades of Kelly Green #52CC23

Tints of Kelly Green #52CC23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.9%

R = 25.55%
G = 63.55%
B = 10.9%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#52CC23 (or 0x52CC23) is known color: Kelly Green. HEX triplet: 52, CC and 23. RGB value is (82,204,35). Sum of RGB (Red+Green+Blue) = 82+204+35=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 204 (80.08% from 255 or 63.55% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CC23 is #AD33DC. Grayscale: #949494. Windows color (decimal): -11351005 or 2346066. OLE color: 2346066.

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

Color convert

RGB 82 204 35 -
CMYK 0.60 0 0.83 0.2
HSL 103.31º 0.71% 0.47% -
HSV(B) 103.31º 0.83% 0.8% -
XYZ 25.38 45.1 8.96 -
YUV 148.26 64.08 80.74 -
System Red Green Blue C M Y K H S L
Decimal 82 204 35 0.60 0 0.83 0.2 103.31 0.71 0.47
Hex 52 CC 23 3C 0 53 14 67 47 2F
Octal 122 314 43 74 0 123 24 147 107 57
Binary 1010010 11001100 100011 111100 0 1010011 10100 1100111 1000111 101111

Color Harmonies of #52CC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CC23

Black with #52CC23

Text Example


Text Example

White with #52CC23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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