#75C808

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

Shades of Christi #75C808

Tints of Christi #75C808

Color information

#75C808 (or 0x75C808) is unknown color: approx Christi. HEX triplet: 75, C8 and 08. RGB value is (117,200,8). Sum of RGB (Red+Green+Blue) = 117+200+8=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 200 (78.52% from 255 or 61.54% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 200 - color contains mainly: green. Hex color #75C808 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C808 is #8A37F7. Grayscale: #999999. Windows color (decimal): -9058296 or 575605. OLE color: 575605.

HSL color Cylindrical-coordinate representation of color #75C808: hue angle of 85.94º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75C808 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB1172008-
CMYK0.4200.960.22
HSL85.94º92.31%40.78%-
HSV(B)85.94º96%78.43%-
XYZ28.0345.117.46-
YUV153.2946102.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36%
GREEN value IS 200 (78.52% from 255) = 61.54%
BLUE value IS 8 (3.52% from 255) = 2.46%
R=36%
G=61.54%
B=2.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal11720080.4200.960.2285.9492.3140.78
Hex75C882A06016565c29
Octal165310105201402612613451
Binary1110101110010001000101010011000001011010101101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75C808; }

 p { color: rgb(117,200,8); }

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

<style>
 a { background-color: #75C808; }

 a { background-color: rgb(117,200,8); }

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

<style>
 span { border-color: #75C808; }

 span { border-color: rgb(117,200,8); }

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