Html Css Color HEX #60DE42 Apple

📋 copy color: '#60DE42'

red 96 ◦ green 222 ◦ blue 66

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

Shades of Apple #60DE42

Tints of Apple #60DE42

RGB

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

 GREEN value IS 222 (87.11% from 255) = 57.81%

 BLUE value IS 66 (26.17% from 255) = 17.19%

R = 25%
G = 57.81%
B = 17.19%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#60DE42 (or 0x60DE42) is known color: Apple. HEX triplet: 60, DE and 42. RGB value is (96,222,66). Sum of RGB (Red+Green+Blue) = 96+222+66=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 222 (87.11% from 255 or 57.81% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 222 - color contains mainly: green. Hex color #60DE42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60DE42 is #9F21BD. Grayscale: #A7A7A7. Windows color (decimal): -10428862 or 4382304. OLE color: 4382304.

HSL color Cylindrical-coordinate representation of color #60DE42: hue angle of 108.46º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60DE42 is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 222 66 -
CMYK 0.57 0 0.70 0.13
HSL 108.46º 0.7% 0.56% -
HSV(B) 108.46º 0.7% 0.87% -
XYZ 31.93 55.12 14.11 -
YUV 166.54 71.26 77.68 -
System Red Green Blue C M Y K H S L
Decimal 96 222 66 0.57 0 0.70 0.13 108.46 0.7 0.56
Hex 60 DE 42 39 0 46 D 6C 46 38
Octal 140 336 102 71 0 106 15 154 106 70
Binary 1100000 11011110 1000010 111001 0 1000110 1101 1101100 1000110 111000

Color Harmonies of #60DE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DE42

Black with #60DE42

Text Example


Text Example

White with #60DE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,222,66); }

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

background-color css

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

 a { background-color: rgb(96,222,66); }

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

border-color css

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

 span { border-color: rgb(96,222,66); }

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