Html Css Color HEX #60D432 Apple

📋 copy color: '#60D432'

red 96 ◦ green 212 ◦ blue 50

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

Shades of Apple #60D432

Tints of Apple #60D432

RGB

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

 GREEN value IS 212 (83.2% from 255) = 59.22%

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

R = 26.82%
G = 59.22%
B = 13.97%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#60D432 (or 0x60D432) is known color: Apple. HEX triplet: 60, D4 and 32. RGB value is (96,212,50). Sum of RGB (Red+Green+Blue) = 96+212+50=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 212 (83.20% from 255 or 59.22% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 212 - color contains mainly: green. Hex color #60D432 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D432 is #9F2BCD. Grayscale: #9F9F9F. Windows color (decimal): -10431438 or 3331168. OLE color: 3331168.

HSL color Cylindrical-coordinate representation of color #60D432: hue angle of 102.96º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60D432 is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 96 212 50 -
CMYK 0.55 0 0.76 0.17
HSL 102.96º 0.65% 0.51% -
HSV(B) 102.96º 0.76% 0.83% -
XYZ 28.94 49.8 11.11 -
YUV 158.85 66.57 83.17 -
System Red Green Blue C M Y K H S L
Decimal 96 212 50 0.55 0 0.76 0.17 102.96 0.65 0.51
Hex 60 D4 32 37 0 4C 11 67 41 33
Octal 140 324 62 67 0 114 21 147 101 63
Binary 1100000 11010100 110010 110111 0 1001100 10001 1100111 1000001 110011

Color Harmonies of #60D432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D432

Black with #60D432

Text Example


Text Example

White with #60D432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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