Html Css Color HEX #75BF37 Apple

📋 copy color: '#75BF37'

red 117 ◦ green 191 ◦ blue 55

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

Shades of Apple #75BF37

Tints of Apple #75BF37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.15%

R = 32.23%
G = 52.62%
B = 15.15%

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

#75BF37 (or 0x75BF37) is known color: Apple. HEX triplet: 75, BF and 37. RGB value is (117,191,55). Sum of RGB (Red+Green+Blue) = 117+191+55=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 191 (75% from 255 or 52.62% from 363); Blue value is 55 (21.88% from 255 or 15.15% from 363); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BF37 is #8A40C8. Grayscale: #999999. Windows color (decimal): -9060553 or 3653493. OLE color: 3653493.

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

Color convert

RGB 117 191 55 -
CMYK 0.39 0 0.71 0.25
HSL 92.65º 0.55% 0.48% -
HSV(B) 92.65º 0.71% 0.75% -
XYZ 26.66 41.32 10.18 -
YUV 153.37 72.48 102.06 -
System Red Green Blue C M Y K H S L
Decimal 117 191 55 0.39 0 0.71 0.25 92.65 0.55 0.48
Hex 75 BF 37 27 0 47 19 5D 37 30
Octal 165 277 67 47 0 107 31 135 67 60
Binary 1110101 10111111 110111 100111 0 1000111 11001 1011101 110111 110000

Color Harmonies of #75BF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BF37

Black with #75BF37

Text Example


Text Example

White with #75BF37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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