#75CB81

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

Shades of De York #75CB81

Tints of De York #75CB81

Color information

#75CB81 (or 0x75CB81) is unknown color: approx De York. HEX triplet: 75, CB and 81. RGB value is (117,203,129). Sum of RGB (Red+Green+Blue) = 117+203+129=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CB81 is #8A347E. Grayscale: #A9A9A9. Windows color (decimal): -9057407 or 8506229. OLE color: 8506229.

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

Color convert

RGB117203129-
CMYK0.4200.360.20
HSL128.37º45.26%62.75%-
HSV(B)128.37º42.36%79.61%-
XYZ32.6548.0828.33-
YUV168.85105.5191.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.06%
GREEN value IS 203 (79.69% from 255) = 45.21%
BLUE value IS 129 (50.78% from 255) = 28.73%
R=26.06%
G=45.21%
B=28.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172031290.4200.360.20128.3745.2662.75
Hex75CB812A02414802d3f
Octal16531320152044242005577
Binary1110101110010111000000110101001001001010010000000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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