Html Css Color HEX #53BC3C Apple

📋 copy color: '#53BC3C'

red 83 ◦ green 188 ◦ blue 60

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

Shades of Apple #53BC3C

Tints of Apple #53BC3C

RGB

 RED value IS 83 (32.81% from 255) = 25.08%

 GREEN value IS 188 (73.83% from 255) = 56.8%

 BLUE value IS 60 (23.83% from 255) = 18.13%

R = 25.08%
G = 56.8%
B = 18.13%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#53BC3C (or 0x53BC3C) is known color: Apple. HEX triplet: 53, BC and 3C. RGB value is (83,188,60). Sum of RGB (Red+Green+Blue) = 83+188+60=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BC3C is #AC43C3. Grayscale: #8E8E8E. Windows color (decimal): -11289540 or 3980371. OLE color: 3980371.

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

Color convert

RGB 83 188 60 -
CMYK 0.56 0 0.68 0.26
HSL 109.22º 0.52% 0.49% -
HSV(B) 109.22º 0.68% 0.74% -
XYZ 22.37 38.13 10.46 -
YUV 142.01 81.71 85.91 -
System Red Green Blue C M Y K H S L
Decimal 83 188 60 0.56 0 0.68 0.26 109.22 0.52 0.49
Hex 53 BC 3C 38 0 44 1A 6D 34 31
Octal 123 274 74 70 0 104 32 155 64 61
Binary 1010011 10111100 111100 111000 0 1000100 11010 1101101 110100 110001

Color Harmonies of #53BC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BC3C

Black with #53BC3C

Text Example


Text Example

White with #53BC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53BC3C; }

 p { color: rgb(83,188,60); }

 H1.HeaderClassName
 {
   color: #53BC3C;
 }
 .AnyTagClassName
 {
   color: #53BC3C;
 }
</style>

background-color css

<style>
 a { background-color: #53BC3C; }

 a { background-color: rgb(83,188,60); }

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

border-color css

<style>
 span { border-color: #53BC3C; }

 span { border-color: rgb(83,188,60); }

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