Html Css Color HEX #53CA44 Apple

📋 copy color: '#53CA44'

red 83 ◦ green 202 ◦ blue 68

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

Shades of Apple #53CA44

Tints of Apple #53CA44

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.22%

 BLUE value IS 68 (26.95% from 255) = 19.26%

R = 23.51%
G = 57.22%
B = 19.26%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#53CA44 (or 0x53CA44) is known color: Apple. HEX triplet: 53, CA and 44. RGB value is (83,202,68). Sum of RGB (Red+Green+Blue) = 83+202+68=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CA44 is #AC35BB. Grayscale: #979797. Windows color (decimal): -11285948 or 4508243. OLE color: 4508243.

HSL color Cylindrical-coordinate representation of color #53CA44: hue angle of 113.28º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53CA44 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 202 68 -
CMYK 0.59 0 0.66 0.21
HSL 113.28º 0.56% 0.53% -
HSV(B) 113.28º 0.66% 0.79% -
XYZ 25.73 44.5 12.7 -
YUV 151.14 81.08 79.4 -
System Red Green Blue C M Y K H S L
Decimal 83 202 68 0.59 0 0.66 0.21 113.28 0.56 0.53
Hex 53 CA 44 3B 0 42 15 71 38 35
Octal 123 312 104 73 0 102 25 161 70 65
Binary 1010011 11001010 1000100 111011 0 1000010 10101 1110001 111000 110101

Color Harmonies of #53CA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CA44

Black with #53CA44

Text Example


Text Example

White with #53CA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,202,68); }

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

background-color css

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

 a { background-color: rgb(83,202,68); }

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

border-color css

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

 span { border-color: rgb(83,202,68); }

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