#75C203

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

Shades of Christi #75C203

Tints of Christi #75C203

Color information

#75C203 (or 0x75C203) is unknown color: approx Christi. HEX triplet: 75, C2 and 03. RGB value is (117,194,3). Sum of RGB (Red+Green+Blue) = 117+194+3=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 194 (76.17% from 255 or 61.78% from 314); Blue value is 3 (1.56% from 255 or 0.96% from 314); Max value from RGB is 194 - color contains mainly: green. Hex color #75C203 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C203 is #8A3DFC. Grayscale: #959595. Windows color (decimal): -9059837 or 246389. OLE color: 246389.

HSL color Cylindrical-coordinate representation of color #75C203: hue angle of 84.19º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75C203 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB1171943-
CMYK0.4000.980.24
HSL84.19º96.95%38.63%-
HSV(B)84.19º98.45%76.08%-
XYZ26.6442.376.86-
YUV149.245.49105.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 194 (76.17% from 255) = 61.78%
BLUE value IS 3 (1.56% from 255) = 0.96%
R=37.26%
G=61.78%
B=0.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal11719430.4000.980.2484.1996.9538.63
Hex75C232806218546127
Octal16530235001423012414147
Binary11101011100001011101000011000101100010101001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,194,3); }

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

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

 a { background-color: rgb(117,194,3); }

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

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

 span { border-color: rgb(117,194,3); }

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