Html Css Color HEX #52D40B Kelly Green

📋 copy color: '#52D40B'

red 82 ◦ green 212 ◦ blue 11

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

Shades of Kelly Green #52D40B

Tints of Kelly Green #52D40B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 69.51%

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

R = 26.89%
G = 69.51%
B = 3.61%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#52D40B (or 0x52D40B) is known color: Kelly Green. HEX triplet: 52, D4 and 0B. RGB value is (82,212,11). Sum of RGB (Red+Green+Blue) = 82+212+11=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 212 (83.20% from 255 or 69.51% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 212 - color contains mainly: green. Hex color #52D40B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D40B is #AD2BF4. Grayscale: #969696. Windows color (decimal): -11348981 or 775250. OLE color: 775250.

HSL color Cylindrical-coordinate representation of color #52D40B: hue angle of 98.81º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52D40B is Cyan = 0.61, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 82 212 11 -
CMYK 0.61 0 0.95 0.17
HSL 98.81º 0.9% 0.44% -
HSV(B) 98.81º 0.95% 0.83% -
XYZ 27.08 48.9 8.33 -
YUV 150.22 49.43 79.34 -
System Red Green Blue C M Y K H S L
Decimal 82 212 11 0.61 0 0.95 0.17 98.81 0.9 0.44
Hex 52 D4 B 3D 0 5F 11 63 5A 2C
Octal 122 324 13 75 0 137 21 143 132 54
Binary 1010010 11010100 1011 111101 0 1011111 10001 1100011 1011010 101100

Color Harmonies of #52D40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D40B

Black with #52D40B

Text Example


Text Example

White with #52D40B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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