#5CB265

Color #5CB265 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #5CB265

Tints of Fern #5CB265

Color information

#5CB265 (or 0x5CB265) is unknown color: approx Fern. HEX triplet: 5C, B2 and 65. RGB value is (92,178,101). Sum of RGB (Red+Green+Blue) = 92+178+101=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #5CB265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB265 is #A34D9A. Grayscale: #8F8F8F. Windows color (decimal): -10702235 or 6664796. OLE color: 6664796.

HSL color Cylindrical-coordinate representation of color #5CB265: hue angle of 126.28º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CB265 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB92178101-
CMYK0.4800.430.30
HSL126.28º35.83%52.94%-
HSV(B)126.28º48.31%69.8%-
XYZ22.6835.0617.88-
YUV143.51104.0191.26-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.80%
GREEN value IS 178 (69.92% from 255) = 47.98%
BLUE value IS 101 (39.84% from 255) = 27.22%
R=24.80%
G=47.98%
B=27.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal921781010.4800.430.30126.2835.8352.94
Hex5CB2653002B1E7e2435
Octal13426214560053361764465
Binary10111001011001011001011100000101011111101111110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CB265; }

 p { color: rgb(92,178,101); }

 H1.HeaderClassName
 {
   color: #5CB265;
 }
 .AnyTagClassName
 {
   color: #5CB265;
 }
</style>
background-color css

<style>
 a { background-color: #5CB265; }

 a { background-color: rgb(92,178,101); }

 div.DivClassName
 {
   background-color: #5CB265;
 }
 .BgClassName
 {
   background-color: #5CB265;
 }
</style>
border-color css

<style>
 span { border-color: #5CB265; }

 span { border-color: rgb(92,178,101); }

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