Html Css Color HEX #55C84B Apple

📋 copy color: '#55C84B'

red 85 ◦ green 200 ◦ blue 75

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

Shades of Apple #55C84B

Tints of Apple #55C84B

RGB

 RED value IS 85 (33.59% from 255) = 23.61%

 GREEN value IS 200 (78.52% from 255) = 55.56%

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

R = 23.61%
G = 55.56%
B = 20.83%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#55C84B (or 0x55C84B) is known color: Apple. HEX triplet: 55, C8 and 4B. RGB value is (85,200,75). Sum of RGB (Red+Green+Blue) = 85+200+75=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 200 (78.52% from 255 or 55.56% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 200 - color contains mainly: green. Hex color #55C84B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C84B is #AA37B4. Grayscale: #979797. Windows color (decimal): -11155381 or 4966485. OLE color: 4966485.

HSL color Cylindrical-coordinate representation of color #55C84B: hue angle of 115.2º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55C84B is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 200 75 -
CMYK 0.58 0 0.62 0.22
HSL 115.2º 0.53% 0.54% -
HSV(B) 115.2º 0.63% 0.78% -
XYZ 25.67 43.75 13.75 -
YUV 151.37 84.9 80.66 -
System Red Green Blue C M Y K H S L
Decimal 85 200 75 0.58 0 0.62 0.22 115.2 0.53 0.54
Hex 55 C8 4B 3A 0 3E 16 73 35 36
Octal 125 310 113 72 0 76 26 163 65 66
Binary 1010101 11001000 1001011 111010 0 111110 10110 1110011 110101 110110

Color Harmonies of #55C84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C84B

Black with #55C84B

Text Example


Text Example

White with #55C84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55C84B; }

 p { color: rgb(85,200,75); }

 H1.HeaderClassName
 {
   color: #55C84B;
 }
 .AnyTagClassName
 {
   color: #55C84B;
 }
</style>

background-color css

<style>
 a { background-color: #55C84B; }

 a { background-color: rgb(85,200,75); }

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

border-color css

<style>
 span { border-color: #55C84B; }

 span { border-color: rgb(85,200,75); }

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