Html Css Color HEX #52BC25 Kelly Green

📋 copy color: '#52BC25'

red 82 ◦ green 188 ◦ blue 37

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

Shades of Kelly Green #52BC25

Tints of Kelly Green #52BC25

RGB

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

 GREEN value IS 188 (73.83% from 255) = 61.24%

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

R = 26.71%
G = 61.24%
B = 12.05%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#52BC25 (or 0x52BC25) is known color: Kelly Green. HEX triplet: 52, BC and 25. RGB value is (82,188,37). Sum of RGB (Red+Green+Blue) = 82+188+37=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BC25 is #AD43DA. Grayscale: #8B8B8B. Windows color (decimal): -11355099 or 2473042. OLE color: 2473042.

HSL color Cylindrical-coordinate representation of color #52BC25: hue angle of 102.12º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52BC25 is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 188 37 -
CMYK 0.56 0 0.80 0.26
HSL 102.12º 0.67% 0.44% -
HSV(B) 102.12º 0.8% 0.74% -
XYZ 21.8 37.89 7.92 -
YUV 139.09 70.38 87.28 -
System Red Green Blue C M Y K H S L
Decimal 82 188 37 0.56 0 0.80 0.26 102.12 0.67 0.44
Hex 52 BC 25 38 0 50 1A 66 43 2C
Octal 122 274 45 70 0 120 32 146 103 54
Binary 1010010 10111100 100101 111000 0 1010000 11010 1100110 1000011 101100

Color Harmonies of #52BC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BC25

Black with #52BC25

Text Example


Text Example

White with #52BC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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