Html Css Color HEX #60B332 Apple

📋 copy color: '#60B332'

red 96 ◦ green 179 ◦ blue 50

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

Shades of Apple #60B332

Tints of Apple #60B332

RGB

 RED value IS 96 (37.89% from 255) = 29.54%

 GREEN value IS 179 (70.31% from 255) = 55.08%

 BLUE value IS 50 (19.92% from 255) = 15.38%

R = 29.54%
G = 55.08%
B = 15.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#60B332 (or 0x60B332) is known color: Apple. HEX triplet: 60, B3 and 32. RGB value is (96,179,50). Sum of RGB (Red+Green+Blue) = 96+179+50=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 179 (70.31% from 255 or 55.08% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 179 - color contains mainly: green. Hex color #60B332 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B332 is #9F4CCD. Grayscale: #8B8B8B. Windows color (decimal): -10439886 or 3322720. OLE color: 3322720.

HSL color Cylindrical-coordinate representation of color #60B332: hue angle of 98.6º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60B332 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 96 179 50 -
CMYK 0.46 0 0.72 0.30
HSL 98.6º 0.56% 0.45% -
HSV(B) 98.6º 0.72% 0.7% -
XYZ 21.52 34.96 8.63 -
YUV 139.48 77.5 96.99 -
System Red Green Blue C M Y K H S L
Decimal 96 179 50 0.46 0 0.72 0.30 98.6 0.56 0.45
Hex 60 B3 32 2E 0 48 1E 63 38 2D
Octal 140 263 62 56 0 110 36 143 70 55
Binary 1100000 10110011 110010 101110 0 1001000 11110 1100011 111000 101101

Color Harmonies of #60B332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B332

Black with #60B332

Text Example


Text Example

White with #60B332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60B332; }

 p { color: rgb(96,179,50); }

 H1.HeaderClassName
 {
   color: #60B332;
 }
 .AnyTagClassName
 {
   color: #60B332;
 }
</style>

background-color css

<style>
 a { background-color: #60B332; }

 a { background-color: rgb(96,179,50); }

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

border-color css

<style>
 span { border-color: #60B332; }

 span { border-color: rgb(96,179,50); }

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