#69D401

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

Shades of Bright Green #69D401

Tints of Bright Green #69D401

Color information

#69D401 (or 0x69D401) is unknown color: approx Bright Green. HEX triplet: 69, D4 and 01. RGB value is (105,212,1). Sum of RGB (Red+Green+Blue) = 105+212+1=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 212 (83.20% from 255 or 66.67% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 212 - color contains mainly: green. Hex color #69D401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D401 is #962BFE. Grayscale: #9C9C9C. Windows color (decimal): -9841663 or 119913. OLE color: 119913.

HSL color Cylindrical-coordinate representation of color #69D401: hue angle of 90.43º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69D401 is Cyan = 0.50, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.17.

Color convert

RGB1052121-
CMYK0.5001.000.17
HSL90.43º99.06%41.76%-
HSV(B)90.43º99.53%83.14%-
XYZ29.3750.098.15-
YUV155.9540.5591.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 212 (83.20% from 255) = 66.67%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=33.02%
G=66.67%
B=0.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal10521210.5001.000.1790.4399.0641.76
Hex69D4132064115a632a
Octal15132416201442113214352
Binary1101001110101001110010011001001000110110101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,212,1); }

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

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

 a { background-color: rgb(105,212,1); }

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

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

 span { border-color: rgb(105,212,1); }

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