Html Css Color HEX #55CF5A Fern

📋 copy color: '#55CF5A'

red 85 ◦ green 207 ◦ blue 90

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

Shades of Fern #55CF5A

Tints of Fern #55CF5A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 54.19%

 BLUE value IS 90 (35.55% from 255) = 23.56%

R = 22.25%
G = 54.19%
B = 23.56%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#55CF5A (or 0x55CF5A) is known color: Fern. HEX triplet: 55, CF and 5A. RGB value is (85,207,90). Sum of RGB (Red+Green+Blue) = 85+207+90=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 207 (81.25% from 255 or 54.19% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CF5A is #AA30A5. Grayscale: #9D9D9D. Windows color (decimal): -11153574 or 5951317. OLE color: 5951317.

HSL color Cylindrical-coordinate representation of color #55CF5A: hue angle of 122.46º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CF5A is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 207 90 -
CMYK 0.59 0 0.57 0.19
HSL 122.46º 0.56% 0.57% -
HSV(B) 122.46º 0.59% 0.81% -
XYZ 27.9 47.3 17.33 -
YUV 157.18 90.08 76.51 -
System Red Green Blue C M Y K H S L
Decimal 85 207 90 0.59 0 0.57 0.19 122.46 0.56 0.57
Hex 55 CF 5A 3B 0 39 13 7A 38 39
Octal 125 317 132 73 0 71 23 172 70 71
Binary 1010101 11001111 1011010 111011 0 111001 10011 1111010 111000 111001

Color Harmonies of #55CF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CF5A

Black with #55CF5A

Text Example


Text Example

White with #55CF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,207,90); }

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

background-color css

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

 a { background-color: rgb(85,207,90); }

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

border-color css

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

 span { border-color: rgb(85,207,90); }

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