Html Css Color HEX #55C64B Apple

📋 copy color: '#55C64B'

red 85 ◦ green 198 ◦ blue 75

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

Shades of Apple #55C64B

Tints of Apple #55C64B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 55.31%

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

R = 23.74%
G = 55.31%
B = 20.95%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#55C64B (or 0x55C64B) is known color: Apple. HEX triplet: 55, C6 and 4B. RGB value is (85,198,75). Sum of RGB (Red+Green+Blue) = 85+198+75=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 198 (77.73% from 255 or 55.31% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 198 - color contains mainly: green. Hex color #55C64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C64B is #AA39B4. Grayscale: #969696. Windows color (decimal): -11155893 or 4965973. OLE color: 4965973.

HSL color Cylindrical-coordinate representation of color #55C64B: hue angle of 115.12º degrees, saturation: 0.52, 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 #55C64B is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 198 75 -
CMYK 0.57 0 0.62 0.22
HSL 115.12º 0.52% 0.54% -
HSV(B) 115.12º 0.62% 0.78% -
XYZ 25.21 42.83 13.59 -
YUV 150.19 85.56 81.5 -
System Red Green Blue C M Y K H S L
Decimal 85 198 75 0.57 0 0.62 0.22 115.12 0.52 0.54
Hex 55 C6 4B 39 0 3E 16 73 34 36
Octal 125 306 113 71 0 76 26 163 64 66
Binary 1010101 11000110 1001011 111001 0 111110 10110 1110011 110100 110110

Color Harmonies of #55C64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C64B

Black with #55C64B

Text Example


Text Example

White with #55C64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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