Html Css Color HEX #52C026 Kelly Green

📋 copy color: '#52C026'

red 82 ◦ green 192 ◦ blue 38

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

Shades of Kelly Green #52C026

Tints of Kelly Green #52C026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.18%

R = 26.28%
G = 61.54%
B = 12.18%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#52C026 (or 0x52C026) is known color: Kelly Green. HEX triplet: 52, C0 and 26. RGB value is (82,192,38). Sum of RGB (Red+Green+Blue) = 82+192+38=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #52C026 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C026 is #AD3FD9. Grayscale: #8E8E8E. Windows color (decimal): -11354074 or 2539602. OLE color: 2539602.

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

Color convert

RGB 82 192 38 -
CMYK 0.57 0 0.80 0.25
HSL 102.86º 0.67% 0.45% -
HSV(B) 102.86º 0.8% 0.75% -
XYZ 22.68 39.63 8.29 -
YUV 141.55 69.56 85.52 -
System Red Green Blue C M Y K H S L
Decimal 82 192 38 0.57 0 0.80 0.25 102.86 0.67 0.45
Hex 52 C0 26 39 0 50 19 67 43 2D
Octal 122 300 46 71 0 120 31 147 103 55
Binary 1010010 11000000 100110 111001 0 1010000 11001 1100111 1000011 101101

Color Harmonies of #52C026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C026

Black with #52C026

Text Example


Text Example

White with #52C026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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