Html Css Color HEX #57CC42 Apple

📋 copy color: '#57CC42'

red 87 ◦ green 204 ◦ blue 66

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

Shades of Apple #57CC42

Tints of Apple #57CC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.49%

R = 24.37%
G = 57.14%
B = 18.49%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#57CC42 (or 0x57CC42) is known color: Apple. HEX triplet: 57, CC and 42. RGB value is (87,204,66). Sum of RGB (Red+Green+Blue) = 87+204+66=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 204 (80.08% from 255 or 57.14% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 204 - color contains mainly: green. Hex color #57CC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57CC42 is #A833BD. Grayscale: #999999. Windows color (decimal): -11023294 or 4377687. OLE color: 4377687.

HSL color Cylindrical-coordinate representation of color #57CC42: hue angle of 110.87º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #57CC42 is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 204 66 -
CMYK 0.57 0 0.68 0.2
HSL 110.87º 0.58% 0.53% -
HSV(B) 110.87º 0.68% 0.8% -
XYZ 26.51 45.61 12.56 -
YUV 153.29 78.74 80.72 -
System Red Green Blue C M Y K H S L
Decimal 87 204 66 0.57 0 0.68 0.2 110.87 0.58 0.53
Hex 57 CC 42 39 0 44 14 6F 3A 35
Octal 127 314 102 71 0 104 24 157 72 65
Binary 1010111 11001100 1000010 111001 0 1000100 10100 1101111 111010 110101

Color Harmonies of #57CC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CC42

Black with #57CC42

Text Example


Text Example

White with #57CC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,204,66); }

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

background-color css

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

 a { background-color: rgb(87,204,66); }

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

border-color css

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

 span { border-color: rgb(87,204,66); }

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