#69C229

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

Shades of Christi #69C229

Tints of Christi #69C229

Color information

#69C229 (or 0x69C229) is unknown color: approx Christi. HEX triplet: 69, C2 and 29. RGB value is (105,194,41). Sum of RGB (Red+Green+Blue) = 105+194+41=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 194 (76.17% from 255 or 57.06% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 194 - color contains mainly: green. Hex color #69C229 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C229 is #963DD6. Grayscale: #969696. Windows color (decimal): -9846231 or 2736745. OLE color: 2736745.

HSL color Cylindrical-coordinate representation of color #69C229: hue angle of 94.9º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #69C229 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB10519441-
CMYK0.4600.790.24
HSL94.9º65.11%46.08%-
HSV(B)94.9º78.87%76.08%-
XYZ25.5241.758.81-
YUV149.9566.5195.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.88%
GREEN value IS 194 (76.17% from 255) = 57.06%
BLUE value IS 41 (16.41% from 255) = 12.06%
R=30.88%
G=57.06%
B=12.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal105194410.4600.790.2494.965.1146.08
Hex69C2292E04F185f412e
Octal151302515601173013710156
Binary110100111000010101001101110010011111100010111111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,194,41); }

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

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

 a { background-color: rgb(105,194,41); }

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

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

 span { border-color: rgb(105,194,41); }

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