#69E713

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

Shades of Bright Green #69E713

Tints of Bright Green #69E713

Color information

#69E713 (or 0x69E713) is unknown color: approx Bright Green. HEX triplet: 69, E7 and 13. RGB value is (105,231,19). Sum of RGB (Red+Green+Blue) = 105+231+19=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 231 (90.62% from 255 or 65.07% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 231 - color contains mainly: green. Hex color #69E713 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #69E713 is #9618EC. Grayscale: #A9A9A9. Windows color (decimal): -9836781 or 1304425. OLE color: 1304425.

HSL color Cylindrical-coordinate representation of color #69E713: hue angle of 95.66º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #69E713 is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB10523119-
CMYK0.5500.920.09
HSL95.66º84.8%49.02%-
HSV(B)95.66º91.77%90.59%-
XYZ34.5260.210.42-
YUV169.1643.2682.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.58%
GREEN value IS 231 (90.62% from 255) = 65.07%
BLUE value IS 19 (7.81% from 255) = 5.35%
R=29.58%
G=65.07%
B=5.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal105231190.5500.920.0995.6684.849.02
Hex69E7133705C9605531
Octal151347236701341114012561
Binary1101001111001111001111011101011100100111000001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,231,19); }

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

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

 a { background-color: rgb(105,231,19); }

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

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

 span { border-color: rgb(105,231,19); }

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