#69EF0F

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

Shades of Bright Green #69EF0F

Tints of Bright Green #69EF0F

Color information

#69EF0F (or 0x69EF0F) is unknown color: approx Bright Green. HEX triplet: 69, EF and 0F. RGB value is (105,239,15). Sum of RGB (Red+Green+Blue) = 105+239+15=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 239 (93.75% from 255 or 66.57% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 239 - color contains mainly: green. Hex color #69EF0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #69EF0F is #9610F0. Grayscale: #AEAEAE. Windows color (decimal): -9834737 or 1044329. OLE color: 1044329.

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

Color convert

RGB10523915-
CMYK0.5600.940.06
HSL95.89º88.19%49.8%-
HSV(B)95.89º93.72%93.73%-
XYZ36.7864.7711.02-
YUV173.438.6179.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 239 (93.75% from 255) = 66.57%
BLUE value IS 15 (6.25% from 255) = 4.18%
R=29.25%
G=66.57%
B=4.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal105239150.5600.940.0695.8988.1949.8
Hex69EFF3805E6605832
Octal15135717700136614013062
Binary11010011110111111111110000101111011011000001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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