Html Css Color HEX #60DC3B Apple

📋 copy color: '#60DC3B'

red 96 ◦ green 220 ◦ blue 59

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

Shades of Apple #60DC3B

Tints of Apple #60DC3B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 58.67%

 BLUE value IS 59 (23.44% from 255) = 15.73%

R = 25.6%
G = 58.67%
B = 15.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#60DC3B (or 0x60DC3B) is known color: Apple. HEX triplet: 60, DC and 3B. RGB value is (96,220,59). Sum of RGB (Red+Green+Blue) = 96+220+59=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #60DC3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60DC3B is #9F23C4. Grayscale: #A5A5A5. Windows color (decimal): -10429381 or 3923040. OLE color: 3923040.

HSL color Cylindrical-coordinate representation of color #60DC3B: hue angle of 106.21º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60DC3B is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 220 59 -
CMYK 0.56 0 0.73 0.14
HSL 106.21º 0.7% 0.55% -
HSV(B) 106.21º 0.73% 0.86% -
XYZ 31.21 53.99 12.91 -
YUV 164.57 68.42 79.09 -
System Red Green Blue C M Y K H S L
Decimal 96 220 59 0.56 0 0.73 0.14 106.21 0.7 0.55
Hex 60 DC 3B 38 0 49 E 6A 46 37
Octal 140 334 73 70 0 111 16 152 106 67
Binary 1100000 11011100 111011 111000 0 1001001 1110 1101010 1000110 110111

Color Harmonies of #60DC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DC3B

Black with #60DC3B

Text Example


Text Example

White with #60DC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,220,59); }

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

background-color css

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

 a { background-color: rgb(96,220,59); }

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

border-color css

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

 span { border-color: rgb(96,220,59); }

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