Html Css Color HEX #60D538 Apple

📋 copy color: '#60D538'

red 96 ◦ green 213 ◦ blue 56

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

Shades of Apple #60D538

Tints of Apple #60D538

RGB

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

 GREEN value IS 213 (83.59% from 255) = 58.36%

 BLUE value IS 56 (22.27% from 255) = 15.34%

R = 26.3%
G = 58.36%
B = 15.34%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#60D538 (or 0x60D538) is known color: Apple. HEX triplet: 60, D5 and 38. RGB value is (96,213,56). Sum of RGB (Red+Green+Blue) = 96+213+56=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 213 (83.59% from 255 or 58.36% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 213 - color contains mainly: green. Hex color #60D538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D538 is #9F2AC7. Grayscale: #A0A0A0. Windows color (decimal): -10431176 or 3724640. OLE color: 3724640.

HSL color Cylindrical-coordinate representation of color #60D538: hue angle of 104.71º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60D538 is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 213 56 -
CMYK 0.55 0 0.74 0.16
HSL 104.71º 0.65% 0.53% -
HSV(B) 104.71º 0.74% 0.84% -
XYZ 29.33 50.36 11.92 -
YUV 160.12 69.24 82.27 -
System Red Green Blue C M Y K H S L
Decimal 96 213 56 0.55 0 0.74 0.16 104.71 0.65 0.53
Hex 60 D5 38 37 0 4A 10 69 41 35
Octal 140 325 70 67 0 112 20 151 101 65
Binary 1100000 11010101 111000 110111 0 1001010 10000 1101001 1000001 110101

Color Harmonies of #60D538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D538

Black with #60D538

Text Example


Text Example

White with #60D538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,213,56); }

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

background-color css

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

 a { background-color: rgb(96,213,56); }

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

border-color css

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

 span { border-color: rgb(96,213,56); }

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