#69DF18

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

Shades of Bright Green #69DF18

Tints of Bright Green #69DF18

Color information

#69DF18 (or 0x69DF18) is unknown color: approx Bright Green. HEX triplet: 69, DF and 18. RGB value is (105,223,24). Sum of RGB (Red+Green+Blue) = 105+223+24=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 223 (87.5% from 255 or 63.35% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 223 - color contains mainly: green. Hex color #69DF18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69DF18 is #9620E7. Grayscale: #A5A5A5. Windows color (decimal): -9838824 or 1630057. OLE color: 1630057.

HSL color Cylindrical-coordinate representation of color #69DF18: hue angle of 95.58º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69DF18 is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB10522324-
CMYK0.5300.890.13
HSL95.58º80.57%48.43%-
HSV(B)95.58º89.24%87.45%-
XYZ32.3855.849.94-
YUV165.0348.4185.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.83%
GREEN value IS 223 (87.5% from 255) = 63.35%
BLUE value IS 24 (9.77% from 255) = 6.82%
R=29.83%
G=63.35%
B=6.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal105223240.5300.890.1395.5880.5748.43
Hex69DF1835059D605130
Octal151337306501311514012160
Binary1101001110111111100011010101011001110111000001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69DF18; }

 p { color: rgb(105,223,24); }

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

<style>
 a { background-color: #69DF18; }

 a { background-color: rgb(105,223,24); }

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

<style>
 span { border-color: #69DF18; }

 span { border-color: rgb(105,223,24); }

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