Html Css Color HEX #75CE3F Apple

📋 copy color: '#75CE3F'

red 117 ◦ green 206 ◦ blue 63

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

Shades of Apple #75CE3F

Tints of Apple #75CE3F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.37%

 BLUE value IS 63 (25% from 255) = 16.32%

R = 30.31%
G = 53.37%
B = 16.32%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#75CE3F (or 0x75CE3F) is known color: Apple. HEX triplet: 75, CE and 3F. RGB value is (117,206,63). Sum of RGB (Red+Green+Blue) = 117+206+63=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 206 (80.86% from 255 or 53.37% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CE3F is #8A31C0. Grayscale: #A3A3A3. Windows color (decimal): -9056705 or 4181621. OLE color: 4181621.

HSL color Cylindrical-coordinate representation of color #75CE3F: hue angle of 97.34º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75CE3F is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 206 63 -
CMYK 0.43 0 0.69 0.19
HSL 97.34º 0.59% 0.53% -
HSV(B) 97.34º 0.69% 0.81% -
XYZ 30.3 48.28 12.43 -
YUV 163.09 71.51 95.13 -
System Red Green Blue C M Y K H S L
Decimal 117 206 63 0.43 0 0.69 0.19 97.34 0.59 0.53
Hex 75 CE 3F 2B 0 45 13 61 3B 35
Octal 165 316 77 53 0 105 23 141 73 65
Binary 1110101 11001110 111111 101011 0 1000101 10011 1100001 111011 110101

Color Harmonies of #75CE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CE3F

Black with #75CE3F

Text Example


Text Example

White with #75CE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,206,63); }

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

background-color css

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

 a { background-color: rgb(117,206,63); }

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

border-color css

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

 span { border-color: rgb(117,206,63); }

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