Html Css Color HEX #52D625 Kelly Green

📋 copy color: '#52D625'

red 82 ◦ green 214 ◦ blue 37

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

Shades of Kelly Green #52D625

Tints of Kelly Green #52D625

RGB

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

 GREEN value IS 214 (83.98% from 255) = 64.26%

 BLUE value IS 37 (14.84% from 255) = 11.11%

R = 24.62%
G = 64.26%
B = 11.11%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#52D625 (or 0x52D625) is known color: Kelly Green. HEX triplet: 52, D6 and 25. RGB value is (82,214,37). Sum of RGB (Red+Green+Blue) = 82+214+37=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 214 (83.98% from 255 or 64.26% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 214 - color contains mainly: green. Hex color #52D625 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D625 is #AD29DA. Grayscale: #9A9A9A. Windows color (decimal): -11348443 or 2479698. OLE color: 2479698.

HSL color Cylindrical-coordinate representation of color #52D625: hue angle of 104.75º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52D625 is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 214 37 -
CMYK 0.62 0 0.83 0.16
HSL 104.75º 0.71% 0.49% -
HSV(B) 104.75º 0.83% 0.84% -
XYZ 27.86 50.02 9.94 -
YUV 154.35 61.77 76.39 -
System Red Green Blue C M Y K H S L
Decimal 82 214 37 0.62 0 0.83 0.16 104.75 0.71 0.49
Hex 52 D6 25 3E 0 53 10 69 47 31
Octal 122 326 45 76 0 123 20 151 107 61
Binary 1010010 11010110 100101 111110 0 1010011 10000 1101001 1000111 110001

Color Harmonies of #52D625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D625

Black with #52D625

Text Example


Text Example

White with #52D625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,214,37); }

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

background-color css

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

 a { background-color: rgb(82,214,37); }

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

border-color css

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

 span { border-color: rgb(82,214,37); }

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