Html Css Color HEX #75BC3C Apple

📋 copy color: '#75BC3C'

red 117 ◦ green 188 ◦ blue 60

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

Shades of Apple #75BC3C

Tints of Apple #75BC3C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.51%

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

R = 32.05%
G = 51.51%
B = 16.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#75BC3C (or 0x75BC3C) is known color: Apple. HEX triplet: 75, BC and 3C. RGB value is (117,188,60). Sum of RGB (Red+Green+Blue) = 117+188+60=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BC3C is #8A43C3. Grayscale: #989898. Windows color (decimal): -9061316 or 3980405. OLE color: 3980405.

HSL color Cylindrical-coordinate representation of color #75BC3C: hue angle of 93.28º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75BC3C is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 188 60 -
CMYK 0.38 0 0.68 0.26
HSL 93.28º 0.52% 0.49% -
HSV(B) 93.28º 0.68% 0.74% -
XYZ 26.13 40.07 10.63 -
YUV 152.18 75.98 102.91 -
System Red Green Blue C M Y K H S L
Decimal 117 188 60 0.38 0 0.68 0.26 93.28 0.52 0.49
Hex 75 BC 3C 26 0 44 1A 5D 34 31
Octal 165 274 74 46 0 104 32 135 64 61
Binary 1110101 10111100 111100 100110 0 1000100 11010 1011101 110100 110001

Color Harmonies of #75BC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BC3C

Black with #75BC3C

Text Example


Text Example

White with #75BC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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