Html Css Color HEX #75D338 Apple

📋 copy color: '#75D338'

red 117 ◦ green 211 ◦ blue 56

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

Shades of Apple #75D338

Tints of Apple #75D338

RGB

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

 GREEN value IS 211 (82.81% from 255) = 54.95%

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

R = 30.47%
G = 54.95%
B = 14.58%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#75D338 (or 0x75D338) is known color: Apple. HEX triplet: 75, D3 and 38. RGB value is (117,211,56). Sum of RGB (Red+Green+Blue) = 117+211+56=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 211 (82.81% from 255 or 54.95% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 211 - color contains mainly: green. Hex color #75D338 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D338 is #8A2CC7. Grayscale: #A5A5A5. Windows color (decimal): -9055432 or 3724149. OLE color: 3724149.

HSL color Cylindrical-coordinate representation of color #75D338: hue angle of 96.39º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75D338 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 211 56 -
CMYK 0.45 0 0.73 0.17
HSL 96.39º 0.64% 0.52% -
HSV(B) 96.39º 0.73% 0.83% -
XYZ 31.34 50.66 11.87 -
YUV 165.22 66.36 93.6 -
System Red Green Blue C M Y K H S L
Decimal 117 211 56 0.45 0 0.73 0.17 96.39 0.64 0.52
Hex 75 D3 38 2D 0 49 11 60 40 34
Octal 165 323 70 55 0 111 21 140 100 64
Binary 1110101 11010011 111000 101101 0 1001001 10001 1100000 1000000 110100

Color Harmonies of #75D338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D338

Black with #75D338

Text Example


Text Example

White with #75D338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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