Html Css Color HEX #52D90B Kelly Green

📋 copy color: '#52D90B'

red 82 ◦ green 217 ◦ blue 11

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

Shades of Kelly Green #52D90B

Tints of Kelly Green #52D90B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 70%

 BLUE value IS 11 (4.69% from 255) = 3.55%

R = 26.45%
G = 70%
B = 3.55%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#52D90B (or 0x52D90B) is known color: Kelly Green. HEX triplet: 52, D9 and 0B. RGB value is (82,217,11). Sum of RGB (Red+Green+Blue) = 82+217+11=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 217 (85.16% from 255 or 70% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 217 - color contains mainly: green. Hex color #52D90B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D90B is #AD26F4. Grayscale: #999999. Windows color (decimal): -11347701 or 776530. OLE color: 776530.

HSL color Cylindrical-coordinate representation of color #52D90B: hue angle of 99.32º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52D90B is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 217 11 -
CMYK 0.62 0 0.95 0.15
HSL 99.32º 0.9% 0.45% -
HSV(B) 99.32º 0.95% 0.85% -
XYZ 28.35 51.44 8.75 -
YUV 153.15 47.77 77.25 -
System Red Green Blue C M Y K H S L
Decimal 82 217 11 0.62 0 0.95 0.15 99.32 0.9 0.45
Hex 52 D9 B 3E 0 5F F 63 5A 2D
Octal 122 331 13 76 0 137 17 143 132 55
Binary 1010010 11011001 1011 111110 0 1011111 1111 1100011 1011010 101101

Color Harmonies of #52D90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D90B

Black with #52D90B

Text Example


Text Example

White with #52D90B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,217,11); }

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

background-color css

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

 a { background-color: rgb(82,217,11); }

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

border-color css

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

 span { border-color: rgb(82,217,11); }

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