Html Css Color HEX #53CE42 Apple

📋 copy color: '#53CE42'

red 83 ◦ green 206 ◦ blue 66

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

Shades of Apple #53CE42

Tints of Apple #53CE42

RGB

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

 GREEN value IS 206 (80.86% from 255) = 58.03%

 BLUE value IS 66 (26.17% from 255) = 18.59%

R = 23.38%
G = 58.03%
B = 18.59%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#53CE42 (or 0x53CE42) is known color: Apple. HEX triplet: 53, CE and 42. RGB value is (83,206,66). Sum of RGB (Red+Green+Blue) = 83+206+66=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 206 (80.86% from 255 or 58.03% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 206 - color contains mainly: green. Hex color #53CE42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CE42 is #AC31BD. Grayscale: #999999. Windows color (decimal): -11284926 or 4378195. OLE color: 4378195.

HSL color Cylindrical-coordinate representation of color #53CE42: hue angle of 112.71º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #53CE42 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 206 66 -
CMYK 0.60 0 0.68 0.19
HSL 112.71º 0.59% 0.53% -
HSV(B) 112.71º 0.68% 0.81% -
XYZ 26.62 46.37 12.7 -
YUV 153.26 78.75 77.88 -
System Red Green Blue C M Y K H S L
Decimal 83 206 66 0.60 0 0.68 0.19 112.71 0.59 0.53
Hex 53 CE 42 3C 0 44 13 71 3B 35
Octal 123 316 102 74 0 104 23 161 73 65
Binary 1010011 11001110 1000010 111100 0 1000100 10011 1110001 111011 110101

Color Harmonies of #53CE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CE42

Black with #53CE42

Text Example


Text Example

White with #53CE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,206,66); }

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

background-color css

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

 a { background-color: rgb(83,206,66); }

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

border-color css

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

 span { border-color: rgb(83,206,66); }

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