Html Css Color HEX #52C025 Kelly Green

📋 copy color: '#52C025'

red 82 ◦ green 192 ◦ blue 37

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

Shades of Kelly Green #52C025

Tints of Kelly Green #52C025

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.74%

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

R = 26.37%
G = 61.74%
B = 11.9%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#52C025 (or 0x52C025) is known color: Kelly Green. HEX triplet: 52, C0 and 25. RGB value is (82,192,37). Sum of RGB (Red+Green+Blue) = 82+192+37=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #52C025 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C025 is #AD3FDA. Grayscale: #8D8D8D. Windows color (decimal): -11354075 or 2474066. OLE color: 2474066.

HSL color Cylindrical-coordinate representation of color #52C025: hue angle of 102.58º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52C025 is Cyan = 0.57, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 37 -
CMYK 0.57 0 0.81 0.25
HSL 102.58º 0.68% 0.45% -
HSV(B) 102.58º 0.81% 0.75% -
XYZ 22.66 39.63 8.2 -
YUV 141.44 69.06 85.6 -
System Red Green Blue C M Y K H S L
Decimal 82 192 37 0.57 0 0.81 0.25 102.58 0.68 0.45
Hex 52 C0 25 39 0 51 19 67 44 2D
Octal 122 300 45 71 0 121 31 147 104 55
Binary 1010010 11000000 100101 111001 0 1010001 11001 1100111 1000100 101101

Color Harmonies of #52C025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C025

Black with #52C025

Text Example


Text Example

White with #52C025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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