Html Css Color HEX #53CC44 Apple

📋 copy color: '#53CC44'

red 83 ◦ green 204 ◦ blue 68

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

Shades of Apple #53CC44

Tints of Apple #53CC44

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.46%

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

R = 23.38%
G = 57.46%
B = 19.15%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#53CC44 (or 0x53CC44) is known color: Apple. HEX triplet: 53, CC and 44. RGB value is (83,204,68). Sum of RGB (Red+Green+Blue) = 83+204+68=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 204 (80.08% from 255 or 57.46% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 204 - color contains mainly: green. Hex color #53CC44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CC44 is #AC33BB. Grayscale: #989898. Windows color (decimal): -11285436 or 4508755. OLE color: 4508755.

HSL color Cylindrical-coordinate representation of color #53CC44: hue angle of 113.38º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53CC44 is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 204 68 -
CMYK 0.59 0 0.67 0.2
HSL 113.38º 0.57% 0.53% -
HSV(B) 113.38º 0.67% 0.8% -
XYZ 26.2 45.44 12.86 -
YUV 152.32 80.41 78.56 -
System Red Green Blue C M Y K H S L
Decimal 83 204 68 0.59 0 0.67 0.2 113.38 0.57 0.53
Hex 53 CC 44 3B 0 43 14 71 39 35
Octal 123 314 104 73 0 103 24 161 71 65
Binary 1010011 11001100 1000100 111011 0 1000011 10100 1110001 111001 110101

Color Harmonies of #53CC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CC44

Black with #53CC44

Text Example


Text Example

White with #53CC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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