Html Css Color HEX #65C85D Fern

📋 copy color: '#65C85D'

red 101 ◦ green 200 ◦ blue 93

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

Shades of Fern #65C85D

Tints of Fern #65C85D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.76%

 BLUE value IS 93 (36.72% from 255) = 23.6%

R = 25.63%
G = 50.76%
B = 23.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#65C85D (or 0x65C85D) is known color: Fern. HEX triplet: 65, C8 and 5D. RGB value is (101,200,93). Sum of RGB (Red+Green+Blue) = 101+200+93=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 200 (78.52% from 255 or 50.76% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 200 - color contains mainly: green. Hex color #65C85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C85D is #9A37A2. Grayscale: #9E9E9E. Windows color (decimal): -10106787 or 6146149. OLE color: 6146149.

HSL color Cylindrical-coordinate representation of color #65C85D: hue angle of 115.51º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65C85D is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 101 200 93 -
CMYK 0.49 0 0.54 0.22
HSL 115.51º 0.49% 0.57% -
HSV(B) 115.51º 0.54% 0.78% -
XYZ 28 44.87 17.54 -
YUV 158.2 91.2 87.2 -
System Red Green Blue C M Y K H S L
Decimal 101 200 93 0.49 0 0.54 0.22 115.51 0.49 0.57
Hex 65 C8 5D 31 0 36 16 74 31 39
Octal 145 310 135 61 0 66 26 164 61 71
Binary 1100101 11001000 1011101 110001 0 110110 10110 1110100 110001 111001

Color Harmonies of #65C85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C85D

Black with #65C85D

Text Example


Text Example

White with #65C85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,200,93); }

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

background-color css

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

 a { background-color: rgb(101,200,93); }

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

border-color css

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

 span { border-color: rgb(101,200,93); }

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