Html Css Color HEX #60BB34 Apple

📋 copy color: '#60BB34'

red 96 ◦ green 187 ◦ blue 52

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

Shades of Apple #60BB34

Tints of Apple #60BB34

RGB

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

 GREEN value IS 187 (73.44% from 255) = 55.82%

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

R = 28.66%
G = 55.82%
B = 15.52%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#60BB34 (or 0x60BB34) is known color: Apple. HEX triplet: 60, BB and 34. RGB value is (96,187,52). Sum of RGB (Red+Green+Blue) = 96+187+52=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 187 (73.44% from 255 or 55.82% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 187 - color contains mainly: green. Hex color #60BB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BB34 is #9F44CB. Grayscale: #909090. Windows color (decimal): -10437836 or 3455840. OLE color: 3455840.

HSL color Cylindrical-coordinate representation of color #60BB34: hue angle of 100.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60BB34 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 187 52 -
CMYK 0.49 0 0.72 0.27
HSL 100.44º 0.56% 0.47% -
HSV(B) 100.44º 0.72% 0.73% -
XYZ 23.21 38.28 9.41 -
YUV 144.4 75.85 93.48 -
System Red Green Blue C M Y K H S L
Decimal 96 187 52 0.49 0 0.72 0.27 100.44 0.56 0.47
Hex 60 BB 34 31 0 48 1B 64 38 2F
Octal 140 273 64 61 0 110 33 144 70 57
Binary 1100000 10111011 110100 110001 0 1001000 11011 1100100 111000 101111

Color Harmonies of #60BB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BB34

Black with #60BB34

Text Example


Text Example

White with #60BB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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