Html Css Color HEX #52CF28 Kelly Green

📋 copy color: '#52CF28'

red 82 ◦ green 207 ◦ blue 40

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

Shades of Kelly Green #52CF28

Tints of Kelly Green #52CF28

RGB

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

 GREEN value IS 207 (81.25% from 255) = 62.92%

 BLUE value IS 40 (16.02% from 255) = 12.16%

R = 24.92%
G = 62.92%
B = 12.16%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#52CF28 (or 0x52CF28) is known color: Kelly Green. HEX triplet: 52, CF and 28. RGB value is (82,207,40). Sum of RGB (Red+Green+Blue) = 82+207+40=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 207 (81.25% from 255 or 62.92% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CF28 is #AD30D7. Grayscale: #979797. Windows color (decimal): -11350232 or 2674514. OLE color: 2674514.

HSL color Cylindrical-coordinate representation of color #52CF28: hue angle of 104.91º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52CF28 is Cyan = 0.60, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 207 40 -
CMYK 0.60 0 0.81 0.19
HSL 104.91º 0.68% 0.48% -
HSV(B) 104.91º 0.81% 0.81% -
XYZ 26.18 46.57 9.62 -
YUV 150.59 65.59 79.08 -
System Red Green Blue C M Y K H S L
Decimal 82 207 40 0.60 0 0.81 0.19 104.91 0.68 0.48
Hex 52 CF 28 3C 0 51 13 69 44 30
Octal 122 317 50 74 0 121 23 151 104 60
Binary 1010010 11001111 101000 111100 0 1010001 10011 1101001 1000100 110000

Color Harmonies of #52CF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CF28

Black with #52CF28

Text Example


Text Example

White with #52CF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,207,40); }

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

background-color css

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

 a { background-color: rgb(82,207,40); }

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

border-color css

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

 span { border-color: rgb(82,207,40); }

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