Html Css Color HEX #60CE34 Apple

📋 copy color: '#60CE34'

red 96 ◦ green 206 ◦ blue 52

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

Shades of Apple #60CE34

Tints of Apple #60CE34

RGB

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

 GREEN value IS 206 (80.86% from 255) = 58.19%

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

R = 27.12%
G = 58.19%
B = 14.69%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#60CE34 (or 0x60CE34) is known color: Apple. HEX triplet: 60, CE and 34. RGB value is (96,206,52). Sum of RGB (Red+Green+Blue) = 96+206+52=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 206 (80.86% from 255 or 58.19% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 206 - color contains mainly: green. Hex color #60CE34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CE34 is #9F31CB. Grayscale: #9C9C9C. Windows color (decimal): -10432972 or 3460704. OLE color: 3460704.

HSL color Cylindrical-coordinate representation of color #60CE34: hue angle of 102.86º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60CE34 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 206 52 -
CMYK 0.53 0 0.75 0.19
HSL 102.86º 0.61% 0.51% -
HSV(B) 102.86º 0.75% 0.81% -
XYZ 27.52 46.88 10.85 -
YUV 155.55 69.56 85.52 -
System Red Green Blue C M Y K H S L
Decimal 96 206 52 0.53 0 0.75 0.19 102.86 0.61 0.51
Hex 60 CE 34 35 0 4B 13 67 3D 33
Octal 140 316 64 65 0 113 23 147 75 63
Binary 1100000 11001110 110100 110101 0 1001011 10011 1100111 111101 110011

Color Harmonies of #60CE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CE34

Black with #60CE34

Text Example


Text Example

White with #60CE34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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