Html Css Color HEX #60D334 Apple

📋 copy color: '#60D334'

red 96 ◦ green 211 ◦ blue 52

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

Shades of Apple #60D334

Tints of Apple #60D334

RGB

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

 GREEN value IS 211 (82.81% from 255) = 58.77%

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

R = 26.74%
G = 58.77%
B = 14.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#60D334 (or 0x60D334) is known color: Apple. HEX triplet: 60, D3 and 34. RGB value is (96,211,52). Sum of RGB (Red+Green+Blue) = 96+211+52=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 211 (82.81% from 255 or 58.77% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 211 - color contains mainly: green. Hex color #60D334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D334 is #9F2CCB. Grayscale: #9F9F9F. Windows color (decimal): -10431692 or 3461984. OLE color: 3461984.

HSL color Cylindrical-coordinate representation of color #60D334: hue angle of 103.4º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60D334 is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 96 211 52 -
CMYK 0.55 0 0.75 0.17
HSL 103.4º 0.64% 0.52% -
HSV(B) 103.4º 0.75% 0.83% -
XYZ 28.74 49.32 11.25 -
YUV 158.49 67.9 83.43 -
System Red Green Blue C M Y K H S L
Decimal 96 211 52 0.55 0 0.75 0.17 103.4 0.64 0.52
Hex 60 D3 34 37 0 4B 11 67 40 34
Octal 140 323 64 67 0 113 21 147 100 64
Binary 1100000 11010011 110100 110111 0 1001011 10001 1100111 1000000 110100

Color Harmonies of #60D334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D334

Black with #60D334

Text Example


Text Example

White with #60D334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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