Html Css Color HEX #55CA62 Fern

📋 copy color: '#55CA62'

red 85 ◦ green 202 ◦ blue 98

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

Shades of Fern #55CA62

Tints of Fern #55CA62

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.47%

 BLUE value IS 98 (38.67% from 255) = 25.45%

R = 22.08%
G = 52.47%
B = 25.45%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#55CA62 (or 0x55CA62) is known color: Fern. HEX triplet: 55, CA and 62. RGB value is (85,202,98). Sum of RGB (Red+Green+Blue) = 85+202+98=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 202 (79.30% from 255 or 52.47% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CA62 is #AA359D. Grayscale: #9B9B9B. Windows color (decimal): -11154846 or 6474325. OLE color: 6474325.

HSL color Cylindrical-coordinate representation of color #55CA62: hue angle of 126.67º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CA62 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 202 98 -
CMYK 0.58 0 0.51 0.21
HSL 126.67º 0.52% 0.56% -
HSV(B) 126.67º 0.58% 0.79% -
XYZ 27.07 45.05 18.82 -
YUV 155.16 95.74 77.96 -
System Red Green Blue C M Y K H S L
Decimal 85 202 98 0.58 0 0.51 0.21 126.67 0.52 0.56
Hex 55 CA 62 3A 0 33 15 7F 34 38
Octal 125 312 142 72 0 63 25 177 64 70
Binary 1010101 11001010 1100010 111010 0 110011 10101 1111111 110100 111000

Color Harmonies of #55CA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CA62

Black with #55CA62

Text Example


Text Example

White with #55CA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,202,98); }

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

background-color css

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

 a { background-color: rgb(85,202,98); }

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

border-color css

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

 span { border-color: rgb(85,202,98); }

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