Html Css Color HEX #60D032 Apple

📋 copy color: '#60D032'

red 96 ◦ green 208 ◦ blue 50

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

Shades of Apple #60D032

Tints of Apple #60D032

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.76%

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

R = 27.12%
G = 58.76%
B = 14.12%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#60D032 (or 0x60D032) is known color: Apple. HEX triplet: 60, D0 and 32. RGB value is (96,208,50). Sum of RGB (Red+Green+Blue) = 96+208+50=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 208 (81.64% from 255 or 58.76% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 208 - color contains mainly: green. Hex color #60D032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D032 is #9F2FCD. Grayscale: #9D9D9D. Windows color (decimal): -10432462 or 3330144. OLE color: 3330144.

HSL color Cylindrical-coordinate representation of color #60D032: hue angle of 102.53º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60D032 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 96 208 50 -
CMYK 0.54 0 0.76 0.18
HSL 102.53º 0.63% 0.51% -
HSV(B) 102.53º 0.76% 0.82% -
XYZ 27.96 47.83 10.78 -
YUV 156.5 67.89 84.85 -
System Red Green Blue C M Y K H S L
Decimal 96 208 50 0.54 0 0.76 0.18 102.53 0.63 0.51
Hex 60 D0 32 36 0 4C 12 67 3F 33
Octal 140 320 62 66 0 114 22 147 77 63
Binary 1100000 11010000 110010 110110 0 1001100 10010 1100111 111111 110011

Color Harmonies of #60D032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D032

Black with #60D032

Text Example


Text Example

White with #60D032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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