Html Css Color HEX #53BC3D Apple

📋 copy color: '#53BC3D'

red 83 ◦ green 188 ◦ blue 61

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

Shades of Apple #53BC3D

Tints of Apple #53BC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.37%

R = 25%
G = 56.63%
B = 18.37%

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

#53BC3D (or 0x53BC3D) is known color: Apple. HEX triplet: 53, BC and 3D. RGB value is (83,188,61). Sum of RGB (Red+Green+Blue) = 83+188+61=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 188 (73.83% from 255 or 56.63% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BC3D is #AC43C2. Grayscale: #8E8E8E. Windows color (decimal): -11289539 or 4045907. OLE color: 4045907.

HSL color Cylindrical-coordinate representation of color #53BC3D: hue angle of 109.61º degrees, saturation: 0.51, 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 #53BC3D is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 188 61 -
CMYK 0.56 0 0.68 0.26
HSL 109.61º 0.51% 0.49% -
HSV(B) 109.61º 0.68% 0.74% -
XYZ 22.39 38.14 10.6 -
YUV 142.13 82.21 85.83 -
System Red Green Blue C M Y K H S L
Decimal 83 188 61 0.56 0 0.68 0.26 109.61 0.51 0.49
Hex 53 BC 3D 38 0 44 1A 6E 33 31
Octal 123 274 75 70 0 104 32 156 63 61
Binary 1010011 10111100 111101 111000 0 1000100 11010 1101110 110011 110001

Color Harmonies of #53BC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BC3D

Black with #53BC3D

Text Example


Text Example

White with #53BC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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