Html Css Color HEX #65CD74 Fern

📋 copy color: '#65CD74'

red 101 ◦ green 205 ◦ blue 116

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

Shades of Fern #65CD74

Tints of Fern #65CD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.49%

R = 23.93%
G = 48.58%
B = 27.49%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#65CD74 (or 0x65CD74) is known color: Fern. HEX triplet: 65, CD and 74. RGB value is (101,205,116). Sum of RGB (Red+Green+Blue) = 101+205+116=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #65CD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CD74 is #9A328B. Grayscale: #A4A4A4. Windows color (decimal): -10105484 or 7654757. OLE color: 7654757.

HSL color Cylindrical-coordinate representation of color #65CD74: hue angle of 128.65º 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 #65CD74 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 205 116 -
CMYK 0.51 0 0.43 0.20
HSL 128.65º 0.51% 0.6% -
HSV(B) 128.65º 0.51% 0.8% -
XYZ 30.35 47.69 24.13 -
YUV 163.76 101.04 83.24 -
System Red Green Blue C M Y K H S L
Decimal 101 205 116 0.51 0 0.43 0.20 128.65 0.51 0.6
Hex 65 CD 74 33 0 2B 14 81 33 3C
Octal 145 315 164 63 0 53 24 201 63 74
Binary 1100101 11001101 1110100 110011 0 101011 10100 10000001 110011 111100

Color Harmonies of #65CD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CD74

Black with #65CD74

Text Example


Text Example

White with #65CD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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