Html Css Color HEX #75BF3C Apple

📋 copy color: '#75BF3C'

red 117 ◦ green 191 ◦ blue 60

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

Shades of Apple #75BF3C

Tints of Apple #75BF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.3%

R = 31.79%
G = 51.9%
B = 16.3%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#75BF3C (or 0x75BF3C) is known color: Apple. HEX triplet: 75, BF and 3C. RGB value is (117,191,60). Sum of RGB (Red+Green+Blue) = 117+191+60=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 191 (75% from 255 or 51.90% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BF3C is #8A40C3. Grayscale: #9A9A9A. Windows color (decimal): -9060548 or 3981173. OLE color: 3981173.

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

Color convert

RGB 117 191 60 -
CMYK 0.39 0 0.69 0.25
HSL 93.89º 0.52% 0.49% -
HSV(B) 93.89º 0.69% 0.75% -
XYZ 26.78 41.37 10.85 -
YUV 153.94 74.98 101.65 -
System Red Green Blue C M Y K H S L
Decimal 117 191 60 0.39 0 0.69 0.25 93.89 0.52 0.49
Hex 75 BF 3C 27 0 45 19 5E 34 31
Octal 165 277 74 47 0 105 31 136 64 61
Binary 1110101 10111111 111100 100111 0 1000101 11001 1011110 110100 110001

Color Harmonies of #75BF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BF3C

Black with #75BF3C

Text Example


Text Example

White with #75BF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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