#69C125

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

Shades of Christi #69C125

Tints of Christi #69C125

Color information

#69C125 (or 0x69C125) is unknown color: approx Christi. HEX triplet: 69, C1 and 25. RGB value is (105,193,37). Sum of RGB (Red+Green+Blue) = 105+193+37=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 193 (75.78% from 255 or 57.61% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 193 - color contains mainly: green. Hex color #69C125 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C125 is #963EDA. Grayscale: #959595. Windows color (decimal): -9846491 or 2474345. OLE color: 2474345.

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

Color convert

RGB10519337-
CMYK0.4600.810.24
HSL93.85º67.83%45.1%-
HSV(B)93.85º80.83%75.69%-
XYZ25.2341.288.39-
YUV148.964.8596.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.34%
GREEN value IS 193 (75.78% from 255) = 57.61%
BLUE value IS 37 (14.84% from 255) = 11.04%
R=31.34%
G=57.61%
B=11.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal105193370.4600.810.2493.8567.8345.1
Hex69C1252E051185e442d
Octal151301455601213013610455
Binary110100111000001100101101110010100011100010111101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,193,37); }

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

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

 a { background-color: rgb(105,193,37); }

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

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

 span { border-color: rgb(105,193,37); }

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