Html Css Color HEX #60BD4A Apple

📋 copy color: '#60BD4A'

red 96 ◦ green 189 ◦ blue 74

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

Shades of Apple #60BD4A

Tints of Apple #60BD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.61%

R = 26.74%
G = 52.65%
B = 20.61%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#60BD4A (or 0x60BD4A) is known color: Apple. HEX triplet: 60, BD and 4A. RGB value is (96,189,74). Sum of RGB (Red+Green+Blue) = 96+189+74=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BD4A is #9F42B5. Grayscale: #949494. Windows color (decimal): -10437302 or 4898144. OLE color: 4898144.

HSL color Cylindrical-coordinate representation of color #60BD4A: hue angle of 108.52º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60BD4A is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 189 74 -
CMYK 0.49 0 0.61 0.26
HSL 108.52º 0.47% 0.52% -
HSV(B) 108.52º 0.61% 0.74% -
XYZ 24.26 39.38 12.8 -
YUV 148.08 86.19 90.85 -
System Red Green Blue C M Y K H S L
Decimal 96 189 74 0.49 0 0.61 0.26 108.52 0.47 0.52
Hex 60 BD 4A 31 0 3D 1A 6D 2F 34
Octal 140 275 112 61 0 75 32 155 57 64
Binary 1100000 10111101 1001010 110001 0 111101 11010 1101101 101111 110100

Color Harmonies of #60BD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BD4A

Black with #60BD4A

Text Example


Text Example

White with #60BD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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