#75C005

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

Shades of Christi #75C005

Tints of Christi #75C005

Color information

#75C005 (or 0x75C005) is unknown color: approx Christi. HEX triplet: 75, C0 and 05. RGB value is (117,192,5). Sum of RGB (Red+Green+Blue) = 117+192+5=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #75C005 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C005 is #8A3FFA. Grayscale: #949494. Windows color (decimal): -9060347 or 376949. OLE color: 376949.

HSL color Cylindrical-coordinate representation of color #75C005: hue angle of 84.06º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75C005 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB1171925-
CMYK0.3900.970.25
HSL84.06º94.92%38.63%-
HSV(B)84.06º97.4%75.29%-
XYZ26.2141.496.77-
YUV148.2647.15105.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 192 (75.39% from 255) = 61.15%
BLUE value IS 5 (2.34% from 255) = 1.59%
R=37.26%
G=61.15%
B=1.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11719250.3900.970.2584.0694.9238.63
Hex75C052706119545f27
Octal16530054701413112413747
Binary111010111000000101100111011000011100110101001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,192,5); }

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

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

 a { background-color: rgb(117,192,5); }

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

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

 span { border-color: rgb(117,192,5); }

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