Html Css Color HEX #52BE0A Kelly Green

📋 copy color: '#52BE0A'

red 82 ◦ green 190 ◦ blue 10

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

Shades of Kelly Green #52BE0A

Tints of Kelly Green #52BE0A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 67.38%

 BLUE value IS 10 (4.3% from 255) = 3.55%

R = 29.08%
G = 67.38%
B = 3.55%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#52BE0A (or 0x52BE0A) is known color: Kelly Green. HEX triplet: 52, BE and 0A. RGB value is (82,190,10). Sum of RGB (Red+Green+Blue) = 82+190+10=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 190 (74.61% from 255 or 67.38% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BE0A is #AD41F5. Grayscale: #898989. Windows color (decimal): -11354614 or 704082. OLE color: 704082.

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

Color convert

RGB 82 190 10 -
CMYK 0.57 0 0.95 0.25
HSL 96º 0.9% 0.39% -
HSV(B) 96º 0.95% 0.75% -
XYZ 21.95 38.64 6.59 -
YUV 137.19 56.22 88.64 -
System Red Green Blue C M Y K H S L
Decimal 82 190 10 0.57 0 0.95 0.25 96 0.9 0.39
Hex 52 BE A 39 0 5F 19 60 5A 27
Octal 122 276 12 71 0 137 31 140 132 47
Binary 1010010 10111110 1010 111001 0 1011111 11001 1100000 1011010 100111

Color Harmonies of #52BE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BE0A

Black with #52BE0A

Text Example


Text Example

White with #52BE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,190,10); }

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

background-color css

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

 a { background-color: rgb(82,190,10); }

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

border-color css

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

 span { border-color: rgb(82,190,10); }

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