Html Css Color HEX #65B95E Fern

📋 copy color: '#65B95E'

red 101 ◦ green 185 ◦ blue 94

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

Shades of Fern #65B95E

Tints of Fern #65B95E

RGB

 RED value IS 101 (39.84% from 255) = 26.58%

 GREEN value IS 185 (72.66% from 255) = 48.68%

 BLUE value IS 94 (37.11% from 255) = 24.74%

R = 26.58%
G = 48.68%
B = 24.74%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#65B95E (or 0x65B95E) is known color: Fern. HEX triplet: 65, B9 and 5E. RGB value is (101,185,94). Sum of RGB (Red+Green+Blue) = 101+185+94=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #65B95E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B95E is #9A46A1. Grayscale: #959595. Windows color (decimal): -10110626 or 6207845. OLE color: 6207845.

HSL color Cylindrical-coordinate representation of color #65B95E: hue angle of 115.38º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65B95E is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 185 94 -
CMYK 0.45 0 0.49 0.27
HSL 115.38º 0.39% 0.55% -
HSV(B) 115.38º 0.49% 0.73% -
XYZ 24.74 38.27 16.67 -
YUV 149.51 96.67 93.4 -
System Red Green Blue C M Y K H S L
Decimal 101 185 94 0.45 0 0.49 0.27 115.38 0.39 0.55
Hex 65 B9 5E 2D 0 31 1B 73 27 37
Octal 145 271 136 55 0 61 33 163 47 67
Binary 1100101 10111001 1011110 101101 0 110001 11011 1110011 100111 110111

Color Harmonies of #65B95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B95E

Black with #65B95E

Text Example


Text Example

White with #65B95E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,185,94); }

 H1.HeaderClassName
 {
   color: #65B95E;
 }
 .AnyTagClassName
 {
   color: #65B95E;
 }
</style>

background-color css

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

 a { background-color: rgb(101,185,94); }

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

border-color css

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

 span { border-color: rgb(101,185,94); }

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