#75CE38

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

Shades of Apple #75CE38

Tints of Apple #75CE38

Color information

#75CE38 (or 0x75CE38) is unknown color: approx Apple. HEX triplet: 75, CE and 38. RGB value is (117,206,56). Sum of RGB (Red+Green+Blue) = 117+206+56=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 206 (80.86% from 255 or 54.35% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CE38 is #8A31C7. Grayscale: #A2A2A2. Windows color (decimal): -9056712 or 3722869. OLE color: 3722869.

HSL color Cylindrical-coordinate representation of color #75CE38: hue angle of 95.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75CE38 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB11720656-
CMYK0.4300.730.19
HSL95.6º60.48%51.37%-
HSV(B)95.6º72.82%80.78%-
XYZ30.1248.2111.46-
YUV162.2968.0195.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.87%
GREEN value IS 206 (80.86% from 255) = 54.35%
BLUE value IS 56 (22.27% from 255) = 14.78%
R=30.87%
G=54.35%
B=14.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal117206560.4300.730.1995.660.4851.37
Hex75CE382B04913603c33
Octal16531670530111231407463
Binary11101011100111011100010101101001001100111100000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,206,56); }

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

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

 a { background-color: rgb(117,206,56); }

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

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

 span { border-color: rgb(117,206,56); }

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