Html Css Color HEX #57C14B Apple

📋 copy color: '#57C14B'

red 87 ◦ green 193 ◦ blue 75

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

Shades of Apple #57C14B

Tints of Apple #57C14B

RGB

 RED value IS 87 (34.38% from 255) = 24.51%

 GREEN value IS 193 (75.78% from 255) = 54.37%

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

R = 24.51%
G = 54.37%
B = 21.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#57C14B (or 0x57C14B) is known color: Apple. HEX triplet: 57, C1 and 4B. RGB value is (87,193,75). Sum of RGB (Red+Green+Blue) = 87+193+75=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 193 (75.78% from 255 or 54.37% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 193 - color contains mainly: green. Hex color #57C14B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57C14B is #A83EB4. Grayscale: #949494. Windows color (decimal): -11026101 or 4964695. OLE color: 4964695.

HSL color Cylindrical-coordinate representation of color #57C14B: hue angle of 113.9º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57C14B is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 87 193 75 -
CMYK 0.55 0 0.61 0.24
HSL 113.9º 0.49% 0.53% -
HSV(B) 113.9º 0.61% 0.76% -
XYZ 24.27 40.67 13.23 -
YUV 147.85 86.88 84.59 -
System Red Green Blue C M Y K H S L
Decimal 87 193 75 0.55 0 0.61 0.24 113.9 0.49 0.53
Hex 57 C1 4B 37 0 3D 18 72 31 35
Octal 127 301 113 67 0 75 30 162 61 65
Binary 1010111 11000001 1001011 110111 0 111101 11000 1110010 110001 110101

Color Harmonies of #57C14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57C14B

Black with #57C14B

Text Example


Text Example

White with #57C14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57C14B; }

 p { color: rgb(87,193,75); }

 H1.HeaderClassName
 {
   color: #57C14B;
 }
 .AnyTagClassName
 {
   color: #57C14B;
 }
</style>

background-color css

<style>
 a { background-color: #57C14B; }

 a { background-color: rgb(87,193,75); }

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

border-color css

<style>
 span { border-color: #57C14B; }

 span { border-color: rgb(87,193,75); }

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