Html Css Color HEX #75C03D Apple

📋 copy color: '#75C03D'

red 117 ◦ green 192 ◦ blue 61

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

Shades of Apple #75C03D

Tints of Apple #75C03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.49%

R = 31.62%
G = 51.89%
B = 16.49%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#75C03D (or 0x75C03D) is known color: Apple. HEX triplet: 75, C0 and 3D. RGB value is (117,192,61). Sum of RGB (Red+Green+Blue) = 117+192+61=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #75C03D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C03D is #8A3FC2. Grayscale: #9B9B9B. Windows color (decimal): -9060291 or 4046965. OLE color: 4046965.

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

Color convert

RGB 117 192 61 -
CMYK 0.39 0 0.68 0.25
HSL 94.35º 0.52% 0.5% -
HSV(B) 94.35º 0.68% 0.75% -
XYZ 27.03 41.82 11.06 -
YUV 154.64 75.15 101.15 -
System Red Green Blue C M Y K H S L
Decimal 117 192 61 0.39 0 0.68 0.25 94.35 0.52 0.5
Hex 75 C0 3D 27 0 44 19 5E 34 32
Octal 165 300 75 47 0 104 31 136 64 62
Binary 1110101 11000000 111101 100111 0 1000100 11001 1011110 110100 110010

Color Harmonies of #75C03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C03D

Black with #75C03D

Text Example


Text Example

White with #75C03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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