Html Css Color HEX #65C272 Fern

📋 copy color: '#65C272'

red 101 ◦ green 194 ◦ blue 114

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

Shades of Fern #65C272

Tints of Fern #65C272

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.43%

 BLUE value IS 114 (44.92% from 255) = 27.87%

R = 24.69%
G = 47.43%
B = 27.87%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#65C272 (or 0x65C272) is known color: Fern. HEX triplet: 65, C2 and 72. RGB value is (101,194,114). Sum of RGB (Red+Green+Blue) = 101+194+114=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 194 - color contains mainly: green. Hex color #65C272 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C272 is #9A3D8D. Grayscale: #9D9D9D. Windows color (decimal): -10108302 or 7520869. OLE color: 7520869.

HSL color Cylindrical-coordinate representation of color #65C272: hue angle of 128.39º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C272 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 101 194 114 -
CMYK 0.48 0 0.41 0.24
HSL 128.39º 0.43% 0.58% -
HSV(B) 128.39º 0.48% 0.76% -
XYZ 27.7 42.57 22.68 -
YUV 157.07 103.69 88 -
System Red Green Blue C M Y K H S L
Decimal 101 194 114 0.48 0 0.41 0.24 128.39 0.43 0.58
Hex 65 C2 72 30 0 29 18 80 2B 3A
Octal 145 302 162 60 0 51 30 200 53 72
Binary 1100101 11000010 1110010 110000 0 101001 11000 10000000 101011 111010

Color Harmonies of #65C272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C272

Black with #65C272

Text Example


Text Example

White with #65C272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,194,114); }

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

background-color css

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

 a { background-color: rgb(101,194,114); }

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

border-color css

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

 span { border-color: rgb(101,194,114); }

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