#75D23B

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

Shades of Apple #75D23B

Tints of Apple #75D23B

Color information

#75D23B (or 0x75D23B) is unknown color: approx Apple. HEX triplet: 75, D2 and 3B. RGB value is (117,210,59). Sum of RGB (Red+Green+Blue) = 117+210+59=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 210 (82.42% from 255 or 54.40% from 386); Blue value is 59 (23.44% from 255 or 15.28% from 386); Max value from RGB is 210 - color contains mainly: green. Hex color #75D23B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D23B is #8A2DC4. Grayscale: #A5A5A5. Windows color (decimal): -9055685 or 3920501. OLE color: 3920501.

HSL color Cylindrical-coordinate representation of color #75D23B: hue angle of 96.95º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75D23B is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB11721059-
CMYK0.4400.720.18
HSL96.95º62.66%52.75%-
HSV(B)96.95º71.9%82.35%-
XYZ31.1750.1912.18-
YUV164.9868.1993.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.31%
GREEN value IS 210 (82.42% from 255) = 54.40%
BLUE value IS 59 (23.44% from 255) = 15.28%
R=30.31%
G=54.40%
B=15.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal117210590.4400.720.1896.9562.6652.75
Hex75D23B2C04812613f35
Octal16532273540110221417765
Binary11101011101001011101110110001001000100101100001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,210,59); }

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

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

 a { background-color: rgb(117,210,59); }

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

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

 span { border-color: rgb(117,210,59); }

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