#69C465

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

Shades of Fern #69C465

Tints of Fern #69C465

Color information

#69C465 (or 0x69C465) is unknown color: approx Fern. HEX triplet: 69, C4 and 65. RGB value is (105,196,101). Sum of RGB (Red+Green+Blue) = 105+196+101=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 196 - color contains mainly: green. Hex color #69C465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C465 is #963B9A. Grayscale: #9E9E9E. Windows color (decimal): -9845659 or 6669417. OLE color: 6669417.

HSL color Cylindrical-coordinate representation of color #69C465: hue angle of 117.47º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69C465 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB105196101-
CMYK0.4600.480.23
HSL117.47º44.6%58.24%-
HSV(B)117.47º48.47%76.86%-
XYZ27.9143.4219.22-
YUV157.9695.8590.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.12%
GREEN value IS 196 (76.95% from 255) = 48.76%
BLUE value IS 101 (39.84% from 255) = 25.12%
R=26.12%
G=48.76%
B=25.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1051961010.4600.480.23117.4744.658.24
Hex69C4652E03017752d3a
Octal15130414556060271655572
Binary11010011100010011001011011100110000101111110101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69C465; }

 p { color: rgb(105,196,101); }

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

<style>
 a { background-color: #69C465; }

 a { background-color: rgb(105,196,101); }

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

<style>
 span { border-color: #69C465; }

 span { border-color: rgb(105,196,101); }

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