Html Css Color HEX #75C038 Apple

📋 copy color: '#75C038'

red 117 ◦ green 192 ◦ blue 56

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

Shades of Apple #75C038

Tints of Apple #75C038

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.6%

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

R = 32.05%
G = 52.6%
B = 15.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#75C038 (or 0x75C038) is known color: Apple. HEX triplet: 75, C0 and 38. RGB value is (117,192,56). Sum of RGB (Red+Green+Blue) = 117+192+56=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #75C038 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C038 is #8A3FC7. Grayscale: #9A9A9A. Windows color (decimal): -9060296 or 3719285. OLE color: 3719285.

HSL color Cylindrical-coordinate representation of color #75C038: hue angle of 93.09º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75C038 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 192 56 -
CMYK 0.39 0 0.71 0.25
HSL 93.09º 0.55% 0.49% -
HSV(B) 93.09º 0.71% 0.75% -
XYZ 26.9 41.77 10.39 -
YUV 154.07 72.65 101.56 -
System Red Green Blue C M Y K H S L
Decimal 117 192 56 0.39 0 0.71 0.25 93.09 0.55 0.49
Hex 75 C0 38 27 0 47 19 5D 37 31
Octal 165 300 70 47 0 107 31 135 67 61
Binary 1110101 11000000 111000 100111 0 1000111 11001 1011101 110111 110001

Color Harmonies of #75C038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C038

Black with #75C038

Text Example


Text Example

White with #75C038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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