Html Css Color HEX #53CF40 Apple

📋 copy color: '#53CF40'

red 83 ◦ green 207 ◦ blue 64

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

Shades of Apple #53CF40

Tints of Apple #53CF40

RGB

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

 GREEN value IS 207 (81.25% from 255) = 58.47%

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

R = 23.45%
G = 58.47%
B = 18.08%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#53CF40 (or 0x53CF40) is known color: Apple. HEX triplet: 53, CF and 40. RGB value is (83,207,64). Sum of RGB (Red+Green+Blue) = 83+207+64=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 207 (81.25% from 255 or 58.47% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 207 - color contains mainly: green. Hex color #53CF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CF40 is #AC30BF. Grayscale: #9A9A9A. Windows color (decimal): -11284672 or 4247379. OLE color: 4247379.

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

Color convert

RGB 83 207 64 -
CMYK 0.60 0 0.69 0.19
HSL 112.03º 0.6% 0.53% -
HSV(B) 112.03º 0.69% 0.81% -
XYZ 26.81 46.83 12.48 -
YUV 153.62 77.42 77.63 -
System Red Green Blue C M Y K H S L
Decimal 83 207 64 0.60 0 0.69 0.19 112.03 0.6 0.53
Hex 53 CF 40 3C 0 45 13 70 3C 35
Octal 123 317 100 74 0 105 23 160 74 65
Binary 1010011 11001111 1000000 111100 0 1000101 10011 1110000 111100 110101

Color Harmonies of #53CF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CF40

Black with #53CF40

Text Example


Text Example

White with #53CF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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