#69C604

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

Shades of Christi #69C604

Tints of Christi #69C604

Color information

#69C604 (or 0x69C604) is unknown color: approx Christi. HEX triplet: 69, C6 and 04. RGB value is (105,198,4). Sum of RGB (Red+Green+Blue) = 105+198+4=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 198 (77.73% from 255 or 64.50% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 198 - color contains mainly: green. Hex color #69C604 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69C604 is #9639FB. Grayscale: #949494. Windows color (decimal): -9845244 or 312937. OLE color: 312937.

HSL color Cylindrical-coordinate representation of color #69C604: hue angle of 88.76º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #69C604 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB1051984-
CMYK0.4700.980.22
HSL88.76º96.04%39.61%-
HSV(B)88.76º97.98%77.65%-
XYZ26.0443.47.12-
YUV148.0846.6997.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 198 (77.73% from 255) = 64.50%
BLUE value IS 4 (1.95% from 255) = 1.30%
R=34.20%
G=64.50%
B=1.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal10519840.4700.980.2288.7696.0439.61
Hex69C642F06216596028
Octal15130645701422613114050
Binary110100111000110100101111011000101011010110011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,198,4); }

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

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

 a { background-color: rgb(105,198,4); }

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

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

 span { border-color: rgb(105,198,4); }

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