#65CE74

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

Shades of Fern #65CE74

Tints of Fern #65CE74

Color information

#65CE74 (or 0x65CE74) is unknown color: approx Fern. HEX triplet: 65, CE and 74. RGB value is (101,206,116). Sum of RGB (Red+Green+Blue) = 101+206+116=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #65CE74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CE74 is #9A318B. Grayscale: #A4A4A4. Windows color (decimal): -10105228 or 7655013. OLE color: 7655013.

HSL color Cylindrical-coordinate representation of color #65CE74: hue angle of 128.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CE74 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB101206116-
CMYK0.5100.440.19
HSL128.57º51.72%60.2%-
HSV(B)128.57º50.97%80.78%-
XYZ30.5948.1724.21-
YUV164.34100.7182.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.88%
GREEN value IS 206 (80.86% from 255) = 48.70%
BLUE value IS 116 (45.70% from 255) = 27.42%
R=23.88%
G=48.70%
B=27.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1012061160.5100.440.19128.5751.7260.2
Hex65CE743302C1381343c
Octal14531616463054232016474
Binary110010111001110111010011001101011001001110000001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65CE74; }

 p { color: rgb(101,206,116); }

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

<style>
 a { background-color: #65CE74; }

 a { background-color: rgb(101,206,116); }

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

<style>
 span { border-color: #65CE74; }

 span { border-color: rgb(101,206,116); }

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