Html Css Color HEX #65CD64 Fern

📋 copy color: '#65CD64'

red 101 ◦ green 205 ◦ blue 100

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

Shades of Fern #65CD64

Tints of Fern #65CD64

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.49%

 BLUE value IS 100 (39.45% from 255) = 24.63%

R = 24.88%
G = 50.49%
B = 24.63%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#65CD64 (or 0x65CD64) is known color: Fern. HEX triplet: 65, CD and 64. RGB value is (101,205,100). Sum of RGB (Red+Green+Blue) = 101+205+100=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #65CD64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CD64 is #9A329B. Grayscale: #A2A2A2. Windows color (decimal): -10105500 or 6606181. OLE color: 6606181.

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

Color convert

RGB 101 205 100 -
CMYK 0.51 0 0.51 0.20
HSL 119.43º 0.51% 0.6% -
HSV(B) 119.43º 0.51% 0.8% -
XYZ 29.5 47.35 19.64 -
YUV 161.93 93.04 84.54 -
System Red Green Blue C M Y K H S L
Decimal 101 205 100 0.51 0 0.51 0.20 119.43 0.51 0.6
Hex 65 CD 64 33 0 33 14 77 33 3C
Octal 145 315 144 63 0 63 24 167 63 74
Binary 1100101 11001101 1100100 110011 0 110011 10100 1110111 110011 111100

Color Harmonies of #65CD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CD64

Black with #65CD64

Text Example


Text Example

White with #65CD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,205,100); }

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

background-color css

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

 a { background-color: rgb(101,205,100); }

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

border-color css

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

 span { border-color: rgb(101,205,100); }

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