Html Css Color HEX #75CC38 Apple

📋 copy color: '#75CC38'

red 117 ◦ green 204 ◦ blue 56

#75CC38
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #75CC38

Tints of Apple #75CC38

RGB

 RED value IS 117 (46.09% from 255) = 31.03%

 GREEN value IS 204 (80.08% from 255) = 54.11%

 BLUE value IS 56 (22.27% from 255) = 14.85%

R = 31.03%
G = 54.11%
B = 14.85%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#75CC38 (or 0x75CC38) is known color: Apple. HEX triplet: 75, CC and 38. RGB value is (117,204,56). Sum of RGB (Red+Green+Blue) = 117+204+56=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CC38 is #8A33C7. Grayscale: #A1A1A1. Windows color (decimal): -9057224 or 3722357. OLE color: 3722357.

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

Color convert

RGB 117 204 56 -
CMYK 0.43 0 0.73 0.2
HSL 95.27º 0.59% 0.51% -
HSV(B) 95.27º 0.73% 0.8% -
XYZ 29.64 47.25 11.3 -
YUV 161.12 68.68 96.53 -
System Red Green Blue C M Y K H S L
Decimal 117 204 56 0.43 0 0.73 0.2 95.27 0.59 0.51
Hex 75 CC 38 2B 0 49 14 5F 3B 33
Octal 165 314 70 53 0 111 24 137 73 63
Binary 1110101 11001100 111000 101011 0 1001001 10100 1011111 111011 110011

Color Harmonies of #75CC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CC38

Black with #75CC38

Text Example


Text Example

White with #75CC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75CC38;
 }
 .AnyTagClassName
 {
   color: #75CC38;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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