#69EC04

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

Shades of Bright Green #69EC04

Tints of Bright Green #69EC04

Color information

#69EC04 (or 0x69EC04) is unknown color: approx Bright Green. HEX triplet: 69, EC and 04. RGB value is (105,236,4). Sum of RGB (Red+Green+Blue) = 105+236+4=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 236 (92.58% from 255 or 68.41% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 236 - color contains mainly: green. Hex color #69EC04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #69EC04 is #9613FB. Grayscale: #ABABAB. Windows color (decimal): -9835516 or 322665. OLE color: 322665.

HSL color Cylindrical-coordinate representation of color #69EC04: hue angle of 93.88º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #69EC04 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB1052364-
CMYK0.5600.980.07
HSL93.88º96.67%47.06%-
HSV(B)93.88º98.31%92.55%-
XYZ35.846310.39-
YUV170.3834.181.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.43%
GREEN value IS 236 (92.58% from 255) = 68.41%
BLUE value IS 4 (1.95% from 255) = 1.16%
R=30.43%
G=68.41%
B=1.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal10523640.5600.980.0793.8896.6747.06
Hex69EC43806275e612f
Octal1513544700142713614157
Binary1101001111011001001110000110001011110111101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EC04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,236,4); }

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

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

 a { background-color: rgb(105,236,4); }

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

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

 span { border-color: rgb(105,236,4); }

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