Html Css Color HEX #60D534 Apple

📋 copy color: '#60D534'

red 96 ◦ green 213 ◦ blue 52

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

Shades of Apple #60D534

Tints of Apple #60D534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.4%

R = 26.59%
G = 59%
B = 14.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#60D534 (or 0x60D534) is known color: Apple. HEX triplet: 60, D5 and 34. RGB value is (96,213,52). Sum of RGB (Red+Green+Blue) = 96+213+52=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 213 (83.59% from 255 or 59.00% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 213 - color contains mainly: green. Hex color #60D534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D534 is #9F2ACB. Grayscale: #A0A0A0. Windows color (decimal): -10431180 or 3462496. OLE color: 3462496.

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

Color convert

RGB 96 213 52 -
CMYK 0.55 0 0.76 0.16
HSL 103.6º 0.66% 0.52% -
HSV(B) 103.6º 0.76% 0.84% -
XYZ 29.24 50.32 11.42 -
YUV 159.66 67.24 82.59 -
System Red Green Blue C M Y K H S L
Decimal 96 213 52 0.55 0 0.76 0.16 103.6 0.66 0.52
Hex 60 D5 34 37 0 4C 10 68 42 34
Octal 140 325 64 67 0 114 20 150 102 64
Binary 1100000 11010101 110100 110111 0 1001100 10000 1101000 1000010 110100

Color Harmonies of #60D534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D534

Black with #60D534

Text Example


Text Example

White with #60D534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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