Html Css Color HEX #75C03E Apple

📋 copy color: '#75C03E'

red 117 ◦ green 192 ◦ blue 62

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

Shades of Apple #75C03E

Tints of Apple #75C03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.71%

R = 31.54%
G = 51.75%
B = 16.71%

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

#75C03E (or 0x75C03E) is known color: Apple. HEX triplet: 75, C0 and 3E. RGB value is (117,192,62). Sum of RGB (Red+Green+Blue) = 117+192+62=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #75C03E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C03E is #8A3FC1. Grayscale: #9B9B9B. Windows color (decimal): -9060290 or 4112501. OLE color: 4112501.

HSL color Cylindrical-coordinate representation of color #75C03E: hue angle of 94.62º degrees, saturation: 0.51, 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 #75C03E is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 192 62 -
CMYK 0.39 0 0.68 0.25
HSL 94.62º 0.51% 0.5% -
HSV(B) 94.62º 0.68% 0.75% -
XYZ 27.06 41.83 11.21 -
YUV 154.76 75.65 101.07 -
System Red Green Blue C M Y K H S L
Decimal 117 192 62 0.39 0 0.68 0.25 94.62 0.51 0.5
Hex 75 C0 3E 27 0 44 19 5F 33 32
Octal 165 300 76 47 0 104 31 137 63 62
Binary 1110101 11000000 111110 100111 0 1000100 11001 1011111 110011 110010

Color Harmonies of #75C03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C03E

Black with #75C03E

Text Example


Text Example

White with #75C03E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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