Html Css Color HEX #55CB6B Emerald

📋 copy color: '#55CB6B'

red 85 ◦ green 203 ◦ blue 107

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

Shades of Emerald #55CB6B

Tints of Emerald #55CB6B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.39%

 BLUE value IS 107 (42.19% from 255) = 27.09%

R = 21.52%
G = 51.39%
B = 27.09%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#55CB6B (or 0x55CB6B) is known color: Emerald. HEX triplet: 55, CB and 6B. RGB value is (85,203,107). Sum of RGB (Red+Green+Blue) = 85+203+107=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CB6B is #AA3494. Grayscale: #9D9D9D. Windows color (decimal): -11154581 or 7064405. OLE color: 7064405.

HSL color Cylindrical-coordinate representation of color #55CB6B: hue angle of 131.19º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CB6B is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 203 107 -
CMYK 0.58 0 0.47 0.20
HSL 131.19º 0.53% 0.56% -
HSV(B) 131.19º 0.58% 0.8% -
XYZ 27.76 45.7 21.27 -
YUV 156.77 99.91 76.81 -
System Red Green Blue C M Y K H S L
Decimal 85 203 107 0.58 0 0.47 0.20 131.19 0.53 0.56
Hex 55 CB 6B 3A 0 2F 14 83 35 38
Octal 125 313 153 72 0 57 24 203 65 70
Binary 1010101 11001011 1101011 111010 0 101111 10100 10000011 110101 111000

Color Harmonies of #55CB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CB6B

Black with #55CB6B

Text Example


Text Example

White with #55CB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,203,107); }

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

background-color css

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

 a { background-color: rgb(85,203,107); }

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

border-color css

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

 span { border-color: rgb(85,203,107); }

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