Html Css Color HEX #60DA40 Apple

📋 copy color: '#60DA40'

red 96 ◦ green 218 ◦ blue 64

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

Shades of Apple #60DA40

Tints of Apple #60DA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 57.67%

 BLUE value IS 64 (25.39% from 255) = 16.93%

R = 25.4%
G = 57.67%
B = 16.93%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#60DA40 (or 0x60DA40) is known color: Apple. HEX triplet: 60, DA and 40. RGB value is (96,218,64). Sum of RGB (Red+Green+Blue) = 96+218+64=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 218 (85.55% from 255 or 57.67% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 218 - color contains mainly: green. Hex color #60DA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60DA40 is #9F25BF. Grayscale: #A4A4A4. Windows color (decimal): -10429888 or 4250208. OLE color: 4250208.

HSL color Cylindrical-coordinate representation of color #60DA40: hue angle of 107.53º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60DA40 is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 218 64 -
CMYK 0.56 0 0.71 0.15
HSL 107.53º 0.68% 0.55% -
HSV(B) 107.53º 0.71% 0.85% -
XYZ 30.82 53 13.46 -
YUV 163.97 71.58 79.52 -
System Red Green Blue C M Y K H S L
Decimal 96 218 64 0.56 0 0.71 0.15 107.53 0.68 0.55
Hex 60 DA 40 38 0 47 F 6C 44 37
Octal 140 332 100 70 0 107 17 154 104 67
Binary 1100000 11011010 1000000 111000 0 1000111 1111 1101100 1000100 110111

Color Harmonies of #60DA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DA40

Black with #60DA40

Text Example


Text Example

White with #60DA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,218,64); }

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

background-color css

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

 a { background-color: rgb(96,218,64); }

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

border-color css

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

 span { border-color: rgb(96,218,64); }

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