Html Css Color HEX #60D242 Apple

📋 copy color: '#60D242'

red 96 ◦ green 210 ◦ blue 66

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

Shades of Apple #60D242

Tints of Apple #60D242

RGB

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

 GREEN value IS 210 (82.42% from 255) = 56.45%

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

R = 25.81%
G = 56.45%
B = 17.74%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#60D242 (or 0x60D242) is known color: Apple. HEX triplet: 60, D2 and 42. RGB value is (96,210,66). Sum of RGB (Red+Green+Blue) = 96+210+66=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 210 (82.42% from 255 or 56.45% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 210 - color contains mainly: green. Hex color #60D242 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D242 is #9F2DBD. Grayscale: #9F9F9F. Windows color (decimal): -10431934 or 4379232. OLE color: 4379232.

HSL color Cylindrical-coordinate representation of color #60D242: hue angle of 107.5º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60D242 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 96 210 66 -
CMYK 0.54 0 0.69 0.18
HSL 107.5º 0.62% 0.54% -
HSV(B) 107.5º 0.69% 0.82% -
XYZ 28.85 48.97 13.09 -
YUV 159.5 75.23 82.71 -
System Red Green Blue C M Y K H S L
Decimal 96 210 66 0.54 0 0.69 0.18 107.5 0.62 0.54
Hex 60 D2 42 36 0 45 12 6C 3E 36
Octal 140 322 102 66 0 105 22 154 76 66
Binary 1100000 11010010 1000010 110110 0 1000101 10010 1101100 111110 110110

Color Harmonies of #60D242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D242

Black with #60D242

Text Example


Text Example

White with #60D242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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