Html Css Color HEX #52C31A Kelly Green

📋 copy color: '#52C31A'

red 82 ◦ green 195 ◦ blue 26

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

Shades of Kelly Green #52C31A

Tints of Kelly Green #52C31A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 64.36%

 BLUE value IS 26 (10.55% from 255) = 8.58%

R = 27.06%
G = 64.36%
B = 8.58%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#52C31A (or 0x52C31A) is known color: Kelly Green. HEX triplet: 52, C3 and 1A. RGB value is (82,195,26). Sum of RGB (Red+Green+Blue) = 82+195+26=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 195 (76.56% from 255 or 64.36% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 195 - color contains mainly: green. Hex color #52C31A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C31A is #AD3CE5. Grayscale: #8E8E8E. Windows color (decimal): -11353318 or 1753938. OLE color: 1753938.

HSL color Cylindrical-coordinate representation of color #52C31A: hue angle of 100.12º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52C31A is Cyan = 0.58, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 195 26 -
CMYK 0.58 0 0.87 0.24
HSL 100.12º 0.76% 0.43% -
HSV(B) 100.12º 0.87% 0.76% -
XYZ 23.18 40.9 7.65 -
YUV 141.95 62.56 85.24 -
System Red Green Blue C M Y K H S L
Decimal 82 195 26 0.58 0 0.87 0.24 100.12 0.76 0.43
Hex 52 C3 1A 3A 0 57 18 64 4C 2B
Octal 122 303 32 72 0 127 30 144 114 53
Binary 1010010 11000011 11010 111010 0 1010111 11000 1100100 1001100 101011

Color Harmonies of #52C31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C31A

Black with #52C31A

Text Example


Text Example

White with #52C31A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,195,26); }

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

background-color css

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

 a { background-color: rgb(82,195,26); }

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

border-color css

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

 span { border-color: rgb(82,195,26); }

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