Html Css Color HEX #53CB40 Apple

📋 copy color: '#53CB40'

red 83 ◦ green 203 ◦ blue 64

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

Shades of Apple #53CB40

Tints of Apple #53CB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 58%

 BLUE value IS 64 (25.39% from 255) = 18.29%

R = 23.71%
G = 58%
B = 18.29%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#53CB40 (or 0x53CB40) is known color: Apple. HEX triplet: 53, CB and 40. RGB value is (83,203,64). Sum of RGB (Red+Green+Blue) = 83+203+64=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 203 (79.69% from 255 or 58% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 203 - color contains mainly: green. Hex color #53CB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CB40 is #AC34BF. Grayscale: #979797. Windows color (decimal): -11285696 or 4246355. OLE color: 4246355.

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

Color convert

RGB 83 203 64 -
CMYK 0.59 0 0.68 0.20
HSL 111.8º 0.57% 0.52% -
HSV(B) 111.8º 0.68% 0.8% -
XYZ 25.85 44.92 12.16 -
YUV 151.27 78.74 79.3 -
System Red Green Blue C M Y K H S L
Decimal 83 203 64 0.59 0 0.68 0.20 111.8 0.57 0.52
Hex 53 CB 40 3B 0 44 14 70 39 34
Octal 123 313 100 73 0 104 24 160 71 64
Binary 1010011 11001011 1000000 111011 0 1000100 10100 1110000 111001 110100

Color Harmonies of #53CB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CB40

Black with #53CB40

Text Example


Text Example

White with #53CB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,203,64); }

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

background-color css

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

 a { background-color: rgb(83,203,64); }

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

border-color css

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

 span { border-color: rgb(83,203,64); }

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