#69e01d

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

Shades of Bright Green #69E01D

Tints of Bright Green #69E01D

Color information

#69E01D (or 0x69E01D) is unknown color: approx Bright Green. HEX triplet: 69, E0 and 1D. RGB value is (105,224,29). Sum of RGB (Red+Green+Blue) = 105+224+29=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 224 (87.89% from 255 or 62.57% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 224 - color contains mainly: green. Hex color #69E01D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69E01D is #961FE2. Grayscale: #A6A6A6. Windows color (decimal): -9838563 or 1957993. OLE color: 1957993.

HSL color Cylindrical-coordinate representation of color #69E01D: hue angle of 96.62º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #69E01D is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB10522429-
CMYK0.5300.870.12
HSL96.62º77.08%49.61%-
HSV(B)96.62º87.05%87.84%-
XYZ32.756.410.33-
YUV166.1950.5884.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 224 (87.89% from 255) = 62.57%
BLUE value IS 29 (11.72% from 255) = 8.10%
R=29.33%
G=62.57%
B=8.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal105224290.5300.870.1296.6277.0849.61
Hex69E01D35057C614d32
Octal151340356501271414111562
Binary1101001111000001110111010101010111110011000011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69e01d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,224,29); }

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

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

 a { background-color: rgb(105,224,29); }

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

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

 span { border-color: rgb(105,224,29); }

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