#75CB04

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

Shades of Christi #75CB04

Tints of Christi #75CB04

Color information

#75CB04 (or 0x75CB04) is unknown color: approx Christi. HEX triplet: 75, CB and 04. RGB value is (117,203,4). Sum of RGB (Red+Green+Blue) = 117+203+4=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 203 (79.69% from 255 or 62.65% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75CB04 is #8A34FB. Grayscale: #9B9B9B. Windows color (decimal): -9057532 or 314229. OLE color: 314229.

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

Color convert

RGB1172034-
CMYK0.4200.980.20
HSL85.93º96.14%40.59%-
HSV(B)85.93º98.03%79.61%-
XYZ28.7146.57.58-
YUV154.643.01101.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 203 (79.69% from 255) = 62.65%
BLUE value IS 4 (1.95% from 255) = 1.23%
R=36.11%
G=62.65%
B=1.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal11720340.4200.980.2085.9396.1440.59
Hex75CB42A06214566029
Octal16531345201422412614051
Binary111010111001011100101010011000101010010101101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CB04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,203,4); }

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

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

 a { background-color: rgb(117,203,4); }

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

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

 span { border-color: rgb(117,203,4); }

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