#69EF06

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

Shades of Bright Green #69EF06

Tints of Bright Green #69EF06

Color information

#69EF06 (or 0x69EF06) is unknown color: approx Bright Green. HEX triplet: 69, EF and 06. RGB value is (105,239,6). Sum of RGB (Red+Green+Blue) = 105+239+6=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 239 (93.75% from 255 or 68.29% from 350); Blue value is 6 (2.73% from 255 or 1.71% from 350); Max value from RGB is 239 - color contains mainly: green. Hex color #69EF06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #69EF06 is #9610F9. Grayscale: #ADADAD. Windows color (decimal): -9834746 or 454505. OLE color: 454505.

HSL color Cylindrical-coordinate representation of color #69EF06: hue angle of 94.51º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #69EF06 is Cyan = 0.56, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB1052396-
CMYK0.5600.970.06
HSL94.51º95.1%48.04%-
HSV(B)94.51º97.49%93.73%-
XYZ36.7364.7510.73-
YUV172.3734.1179.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30%
GREEN value IS 239 (93.75% from 255) = 68.29%
BLUE value IS 6 (2.73% from 255) = 1.71%
R=30%
G=68.29%
B=1.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal10523960.5600.970.0694.5195.148.04
Hex69EF63806165f5f30
Octal1513576700141613713760
Binary1101001111011111101110000110000111010111111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EF06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,239,6); }

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

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

 a { background-color: rgb(105,239,6); }

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

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

 span { border-color: rgb(105,239,6); }

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