#75CA0B

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

Shades of Christi #75CA0B

Tints of Christi #75CA0B

Color information

#75CA0B (or 0x75CA0B) is unknown color: approx Christi. HEX triplet: 75, CA and 0B. RGB value is (117,202,11). Sum of RGB (Red+Green+Blue) = 117+202+11=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 202 (79.30% from 255 or 61.21% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75CA0B is #8A35F4. Grayscale: #9B9B9B. Windows color (decimal): -9057781 or 772725. OLE color: 772725.

HSL color Cylindrical-coordinate representation of color #75CA0B: hue angle of 86.7º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75CA0B is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB11720211-
CMYK0.4200.950.21
HSL86.7º89.67%41.76%-
HSV(B)86.7º94.55%79.22%-
XYZ28.5246.057.7-
YUV154.8146.84101.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 202 (79.30% from 255) = 61.21%
BLUE value IS 11 (4.69% from 255) = 3.33%
R=35.45%
G=61.21%
B=3.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal117202110.4200.950.2186.789.6741.76
Hex75CAB2A05F15575a2a
Octal165312135201372512713252
Binary1110101110010101011101010010111111010110101111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CA0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,202,11); }

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

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

 a { background-color: rgb(117,202,11); }

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

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

 span { border-color: rgb(117,202,11); }

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