#52DF08

Color #52DF08 Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #52DF08

Tints of Bright Green #52DF08

Color information

#52DF08 (or 0x52DF08) is unknown color: approx Bright Green. HEX triplet: 52, DF and 08. RGB value is (82,223,8). Sum of RGB (Red+Green+Blue) = 82+223+8=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 223 (87.5% from 255 or 71.25% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DF08 is #AD20F7. Grayscale: #9D9D9D. Windows color (decimal): -11346168 or 581458. OLE color: 581458.

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

Color convert

RGB822238-
CMYK0.6300.960.13
HSL99.35º93.07%45.29%-
HSV(B)99.35º96.41%87.45%-
XYZ29.9154.599.19-
YUV156.3344.2974.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.20%
GREEN value IS 223 (87.5% from 255) = 71.25%
BLUE value IS 8 (3.52% from 255) = 2.56%
R=26.20%
G=71.25%
B=2.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal8222380.6300.960.1399.3593.0745.29
Hex52DF83F060D635d2d
Octal122337107701401514313555
Binary101001011011111100011111101100000110111000111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DF08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52DF08;
 }
 .AnyTagClassName
 {
   color: #52DF08;
 }
</style>
background-color css

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

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

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

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

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

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