Html Css Color HEX #53CC4B Apple

📋 copy color: '#53CC4B'

red 83 ◦ green 204 ◦ blue 75

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

Shades of Apple #53CC4B

Tints of Apple #53CC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.72%

R = 22.93%
G = 56.35%
B = 20.72%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#53CC4B (or 0x53CC4B) is known color: Apple. HEX triplet: 53, CC and 4B. RGB value is (83,204,75). Sum of RGB (Red+Green+Blue) = 83+204+75=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 204 (80.08% from 255 or 56.35% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 204 - color contains mainly: green. Hex color #53CC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CC4B is #AC33B4. Grayscale: #999999. Windows color (decimal): -11285429 or 4967507. OLE color: 4967507.

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

Color convert

RGB 83 204 75 -
CMYK 0.59 0 0.63 0.2
HSL 116.28º 0.56% 0.55% -
HSV(B) 116.28º 0.63% 0.8% -
XYZ 26.43 45.53 14.05 -
YUV 153.12 83.91 77.99 -
System Red Green Blue C M Y K H S L
Decimal 83 204 75 0.59 0 0.63 0.2 116.28 0.56 0.55
Hex 53 CC 4B 3B 0 3F 14 74 38 37
Octal 123 314 113 73 0 77 24 164 70 67
Binary 1010011 11001100 1001011 111011 0 111111 10100 1110100 111000 110111

Color Harmonies of #53CC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CC4B

Black with #53CC4B

Text Example


Text Example

White with #53CC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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