Html Css Color HEX #75BF3E Apple

📋 copy color: '#75BF3E'

red 117 ◦ green 191 ◦ blue 62

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

Shades of Apple #75BF3E

Tints of Apple #75BF3E

RGB

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

 GREEN value IS 191 (75% from 255) = 51.62%

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

R = 31.62%
G = 51.62%
B = 16.76%

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

#75BF3E (or 0x75BF3E) is known color: Apple. HEX triplet: 75, BF and 3E. RGB value is (117,191,62). Sum of RGB (Red+Green+Blue) = 117+191+62=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BF3E is #8A40C1. Grayscale: #9A9A9A. Windows color (decimal): -9060546 or 4112245. OLE color: 4112245.

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

Color convert

RGB 117 191 62 -
CMYK 0.39 0 0.68 0.25
HSL 94.42º 0.51% 0.5% -
HSV(B) 94.42º 0.68% 0.75% -
XYZ 26.84 41.39 11.13 -
YUV 154.17 75.98 101.49 -
System Red Green Blue C M Y K H S L
Decimal 117 191 62 0.39 0 0.68 0.25 94.42 0.51 0.5
Hex 75 BF 3E 27 0 44 19 5E 33 32
Octal 165 277 76 47 0 104 31 136 63 62
Binary 1110101 10111111 111110 100111 0 1000100 11001 1011110 110011 110010

Color Harmonies of #75BF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BF3E

Black with #75BF3E

Text Example


Text Example

White with #75BF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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