Html Css Color HEX #53CF4D Apple

📋 copy color: '#53CF4D'

red 83 ◦ green 207 ◦ blue 77

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

Shades of Apple #53CF4D

Tints of Apple #53CF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.98%

R = 22.62%
G = 56.4%
B = 20.98%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#53CF4D (or 0x53CF4D) is known color: Apple. HEX triplet: 53, CF and 4D. RGB value is (83,207,77). Sum of RGB (Red+Green+Blue) = 83+207+77=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 207 (81.25% from 255 or 56.40% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 207 - color contains mainly: green. Hex color #53CF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CF4D is #AC30B2. Grayscale: #9B9B9B. Windows color (decimal): -11284659 or 5099347. OLE color: 5099347.

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

Color convert

RGB 83 207 77 -
CMYK 0.60 0 0.63 0.19
HSL 117.23º 0.58% 0.56% -
HSV(B) 117.23º 0.63% 0.81% -
XYZ 27.22 47 14.66 -
YUV 155.1 83.92 76.57 -
System Red Green Blue C M Y K H S L
Decimal 83 207 77 0.60 0 0.63 0.19 117.23 0.58 0.56
Hex 53 CF 4D 3C 0 3F 13 75 3A 38
Octal 123 317 115 74 0 77 23 165 72 70
Binary 1010011 11001111 1001101 111100 0 111111 10011 1110101 111010 111000

Color Harmonies of #53CF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CF4D

Black with #53CF4D

Text Example


Text Example

White with #53CF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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