Html Css Color HEX #60D034 Apple

📋 copy color: '#60D034'

red 96 ◦ green 208 ◦ blue 52

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

Shades of Apple #60D034

Tints of Apple #60D034

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.43%

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

R = 26.97%
G = 58.43%
B = 14.61%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#60D034 (or 0x60D034) is known color: Apple. HEX triplet: 60, D0 and 34. RGB value is (96,208,52). Sum of RGB (Red+Green+Blue) = 96+208+52=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #60D034 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D034 is #9F2FCB. Grayscale: #9D9D9D. Windows color (decimal): -10432460 or 3461216. OLE color: 3461216.

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

Color convert

RGB 96 208 52 -
CMYK 0.54 0 0.75 0.18
HSL 103.08º 0.62% 0.51% -
HSV(B) 103.08º 0.75% 0.82% -
XYZ 28 47.85 11.01 -
YUV 156.73 68.89 84.68 -
System Red Green Blue C M Y K H S L
Decimal 96 208 52 0.54 0 0.75 0.18 103.08 0.62 0.51
Hex 60 D0 34 36 0 4B 12 67 3E 33
Octal 140 320 64 66 0 113 22 147 76 63
Binary 1100000 11010000 110100 110110 0 1001011 10010 1100111 111110 110011

Color Harmonies of #60D034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D034

Black with #60D034

Text Example


Text Example

White with #60D034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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