#75B802

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

Shades of Christi #75B802

Tints of Christi #75B802

Color information

#75B802 (or 0x75B802) is unknown color: approx Christi. HEX triplet: 75, B8 and 02. RGB value is (117,184,2). Sum of RGB (Red+Green+Blue) = 117+184+2=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 184 (72.27% from 255 or 60.73% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 184 - color contains mainly: green. Hex color #75B802 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75B802 is #8A47FD. Grayscale: #8F8F8F. Windows color (decimal): -9062398 or 178293. OLE color: 178293.

HSL color Cylindrical-coordinate representation of color #75B802: hue angle of 82.09º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75B802 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB1171842-
CMYK0.3600.990.28
HSL82.09º97.85%36.47%-
HSV(B)82.09º98.91%72.16%-
XYZ24.4938.076.11-
YUV143.2248.3109.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 184 (72.27% from 255) = 60.73%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=38.61%
G=60.73%
B=0.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal11718420.3600.990.2882.0997.8536.47
Hex75B82240631C526224
Octal16527024401433412214244
Binary11101011011100010100100011000111110010100101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,184,2); }

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

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

 a { background-color: rgb(117,184,2); }

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

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

 span { border-color: rgb(117,184,2); }

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