Html Css Color HEX #65CA74 Fern

📋 copy color: '#65CA74'

red 101 ◦ green 202 ◦ blue 116

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

Shades of Fern #65CA74

Tints of Fern #65CA74

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.21%

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

R = 24.11%
G = 48.21%
B = 27.68%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#65CA74 (or 0x65CA74) is known color: Fern. HEX triplet: 65, CA and 74. RGB value is (101,202,116). Sum of RGB (Red+Green+Blue) = 101+202+116=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CA74 is #9A358B. Grayscale: #A2A2A2. Windows color (decimal): -10106252 or 7653989. OLE color: 7653989.

HSL color Cylindrical-coordinate representation of color #65CA74: hue angle of 128.91º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CA74 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 202 116 -
CMYK 0.50 0 0.43 0.21
HSL 128.91º 0.49% 0.59% -
HSV(B) 128.91º 0.5% 0.79% -
XYZ 29.64 46.27 23.89 -
YUV 162 102.04 84.49 -
System Red Green Blue C M Y K H S L
Decimal 101 202 116 0.50 0 0.43 0.21 128.91 0.49 0.59
Hex 65 CA 74 32 0 2B 15 81 31 3B
Octal 145 312 164 62 0 53 25 201 61 73
Binary 1100101 11001010 1110100 110010 0 101011 10101 10000001 110001 111011

Color Harmonies of #65CA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CA74

Black with #65CA74

Text Example


Text Example

White with #65CA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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