Html Css Color HEX #60BD38 Apple

📋 copy color: '#60BD38'

red 96 ◦ green 189 ◦ blue 56

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

Shades of Apple #60BD38

Tints of Apple #60BD38

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.43%

 BLUE value IS 56 (22.27% from 255) = 16.42%

R = 28.15%
G = 55.43%
B = 16.42%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#60BD38 (or 0x60BD38) is known color: Apple. HEX triplet: 60, BD and 38. RGB value is (96,189,56). Sum of RGB (Red+Green+Blue) = 96+189+56=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BD38 is #9F42C7. Grayscale: #929292. Windows color (decimal): -10437320 or 3718496. OLE color: 3718496.

HSL color Cylindrical-coordinate representation of color #60BD38: hue angle of 101.95º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60BD38 is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 189 56 -
CMYK 0.49 0 0.70 0.26
HSL 101.95º 0.54% 0.48% -
HSV(B) 101.95º 0.7% 0.74% -
XYZ 23.74 39.17 10.05 -
YUV 146.03 77.19 92.31 -
System Red Green Blue C M Y K H S L
Decimal 96 189 56 0.49 0 0.70 0.26 101.95 0.54 0.48
Hex 60 BD 38 31 0 46 1A 66 36 30
Octal 140 275 70 61 0 106 32 146 66 60
Binary 1100000 10111101 111000 110001 0 1000110 11010 1100110 110110 110000

Color Harmonies of #60BD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BD38

Black with #60BD38

Text Example


Text Example

White with #60BD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,189,56); }

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

background-color css

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

 a { background-color: rgb(96,189,56); }

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

border-color css

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

 span { border-color: rgb(96,189,56); }

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