#69DC02

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

Shades of Bright Green #69DC02

Tints of Bright Green #69DC02

Color information

#69DC02 (or 0x69DC02) is unknown color: approx Bright Green. HEX triplet: 69, DC and 02. RGB value is (105,220,2). Sum of RGB (Red+Green+Blue) = 105+220+2=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 220 (86.33% from 255 or 67.28% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 220 - color contains mainly: green. Hex color #69DC02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69DC02 is #9623FD. Grayscale: #A1A1A1. Windows color (decimal): -9839614 or 187497. OLE color: 187497.

HSL color Cylindrical-coordinate representation of color #69DC02: hue angle of 91.65º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69DC02 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB1052202-
CMYK0.5200.990.14
HSL91.65º98.2%43.53%-
HSV(B)91.65º99.09%86.27%-
XYZ31.4354.198.86-
YUV160.7638.488.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.11%
GREEN value IS 220 (86.33% from 255) = 67.28%
BLUE value IS 2 (1.17% from 255) = 0.61%
R=32.11%
G=67.28%
B=0.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal10522020.5200.990.1491.6598.243.53
Hex69DC234063E5c622c
Octal15133426401431613414254
Binary1101001110111001011010001100011111010111001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DC02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,220,2); }

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

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

 a { background-color: rgb(105,220,2); }

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

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

 span { border-color: rgb(105,220,2); }

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