Html Css Color HEX #65C07C Fern

📋 copy color: '#65C07C'

red 101 ◦ green 192 ◦ blue 124

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

Shades of Fern #65C07C

Tints of Fern #65C07C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.04%

 BLUE value IS 124 (48.83% from 255) = 29.74%

R = 24.22%
G = 46.04%
B = 29.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#65C07C (or 0x65C07C) is known color: Fern. HEX triplet: 65, C0 and 7C. RGB value is (101,192,124). Sum of RGB (Red+Green+Blue) = 101+192+124=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #65C07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C07C is #9A3F83. Grayscale: #9D9D9D. Windows color (decimal): -10108804 or 8175717. OLE color: 8175717.

HSL color Cylindrical-coordinate representation of color #65C07C: hue angle of 135.16º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65C07C is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 192 124 -
CMYK 0.47 0 0.35 0.25
HSL 135.16º 0.42% 0.57% -
HSV(B) 135.16º 0.47% 0.75% -
XYZ 27.85 41.92 25.69 -
YUV 157.04 109.35 88.03 -
System Red Green Blue C M Y K H S L
Decimal 101 192 124 0.47 0 0.35 0.25 135.16 0.42 0.57
Hex 65 C0 7C 2F 0 23 19 87 2A 39
Octal 145 300 174 57 0 43 31 207 52 71
Binary 1100101 11000000 1111100 101111 0 100011 11001 10000111 101010 111001

Color Harmonies of #65C07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C07C

Black with #65C07C

Text Example


Text Example

White with #65C07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,192,124); }

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

background-color css

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

 a { background-color: rgb(101,192,124); }

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

border-color css

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

 span { border-color: rgb(101,192,124); }

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