Html Css Color HEX #60B532 Apple

📋 copy color: '#60B532'

red 96 ◦ green 181 ◦ blue 50

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

Shades of Apple #60B532

Tints of Apple #60B532

RGB

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

 GREEN value IS 181 (71.09% from 255) = 55.35%

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

R = 29.36%
G = 55.35%
B = 15.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#60B532 (or 0x60B532) is known color: Apple. HEX triplet: 60, B5 and 32. RGB value is (96,181,50). Sum of RGB (Red+Green+Blue) = 96+181+50=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 181 (71.09% from 255 or 55.35% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 181 - color contains mainly: green. Hex color #60B532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B532 is #9F4ACD. Grayscale: #8D8D8D. Windows color (decimal): -10439374 or 3323232. OLE color: 3323232.

HSL color Cylindrical-coordinate representation of color #60B532: hue angle of 98.93º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60B532 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 181 50 -
CMYK 0.47 0 0.72 0.29
HSL 98.93º 0.57% 0.45% -
HSV(B) 98.93º 0.72% 0.71% -
XYZ 21.92 35.76 8.77 -
YUV 140.65 76.84 96.15 -
System Red Green Blue C M Y K H S L
Decimal 96 181 50 0.47 0 0.72 0.29 98.93 0.57 0.45
Hex 60 B5 32 2F 0 48 1D 63 39 2D
Octal 140 265 62 57 0 110 35 143 71 55
Binary 1100000 10110101 110010 101111 0 1001000 11101 1100011 111001 101101

Color Harmonies of #60B532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B532

Black with #60B532

Text Example


Text Example

White with #60B532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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