Html Css Color HEX #60D531 Apple

📋 copy color: '#60D531'

red 96 ◦ green 213 ◦ blue 49

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

Shades of Apple #60D531

Tints of Apple #60D531

RGB

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

 GREEN value IS 213 (83.59% from 255) = 59.5%

 BLUE value IS 49 (19.53% from 255) = 13.69%

R = 26.82%
G = 59.5%
B = 13.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#60D531 (or 0x60D531) is known color: Apple. HEX triplet: 60, D5 and 31. RGB value is (96,213,49). Sum of RGB (Red+Green+Blue) = 96+213+49=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 213 (83.59% from 255 or 59.50% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 213 - color contains mainly: green. Hex color #60D531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D531 is #9F2ACE. Grayscale: #9F9F9F. Windows color (decimal): -10431183 or 3265888. OLE color: 3265888.

HSL color Cylindrical-coordinate representation of color #60D531: hue angle of 102.8º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #60D531 is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 213 49 -
CMYK 0.55 0 0.77 0.16
HSL 102.8º 0.66% 0.51% -
HSV(B) 102.8º 0.77% 0.84% -
XYZ 29.17 50.3 11.08 -
YUV 159.32 65.74 82.84 -
System Red Green Blue C M Y K H S L
Decimal 96 213 49 0.55 0 0.77 0.16 102.8 0.66 0.51
Hex 60 D5 31 37 0 4D 10 67 42 33
Octal 140 325 61 67 0 115 20 147 102 63
Binary 1100000 11010101 110001 110111 0 1001101 10000 1100111 1000010 110011

Color Harmonies of #60D531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D531

Black with #60D531

Text Example


Text Example

White with #60D531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,213,49); }

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

background-color css

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

 a { background-color: rgb(96,213,49); }

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

border-color css

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

 span { border-color: rgb(96,213,49); }

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