Html Css Color HEX #52DF0B Kelly Green

📋 copy color: '#52DF0B'

red 82 ◦ green 223 ◦ blue 11

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

Shades of Kelly Green #52DF0B

Tints of Kelly Green #52DF0B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 70.57%

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

R = 25.95%
G = 70.57%
B = 3.48%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#52DF0B (or 0x52DF0B) is known color: Kelly Green. HEX triplet: 52, DF and 0B. RGB value is (82,223,11). Sum of RGB (Red+Green+Blue) = 82+223+11=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 223 (87.5% from 255 or 70.57% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DF0B is #AD20F4. Grayscale: #9D9D9D. Windows color (decimal): -11346165 or 778066. OLE color: 778066.

HSL color Cylindrical-coordinate representation of color #52DF0B: hue angle of 99.91º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52DF0B is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 223 11 -
CMYK 0.63 0 0.95 0.13
HSL 99.91º 0.91% 0.46% -
HSV(B) 99.91º 0.95% 0.87% -
XYZ 29.93 54.59 9.28 -
YUV 156.67 45.79 74.74 -
System Red Green Blue C M Y K H S L
Decimal 82 223 11 0.63 0 0.95 0.13 99.91 0.91 0.46
Hex 52 DF B 3F 0 5F D 64 5B 2E
Octal 122 337 13 77 0 137 15 144 133 56
Binary 1010010 11011111 1011 111111 0 1011111 1101 1100100 1011011 101110

Color Harmonies of #52DF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DF0B

Black with #52DF0B

Text Example


Text Example

White with #52DF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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