Html Css Color HEX #64BE73 Fern

📋 copy color: '#64BE73'

red 100 ◦ green 190 ◦ blue 115

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

Shades of Fern #64BE73

Tints of Fern #64BE73

RGB

 RED value IS 100 (39.45% from 255) = 24.69%

 GREEN value IS 190 (74.61% from 255) = 46.91%

 BLUE value IS 115 (45.31% from 255) = 28.4%

R = 24.69%
G = 46.91%
B = 28.4%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#64BE73 (or 0x64BE73) is known color: Fern. HEX triplet: 64, BE and 73. RGB value is (100,190,115). Sum of RGB (Red+Green+Blue) = 100+190+115=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BE73 is #9B418C. Grayscale: #9A9A9A. Windows color (decimal): -10174861 or 7585380. OLE color: 7585380.

HSL color Cylindrical-coordinate representation of color #64BE73: hue angle of 130º degrees, saturation: 0.41, 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 #64BE73 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 190 115 -
CMYK 0.47 0 0.39 0.25
HSL 130º 0.41% 0.57% -
HSV(B) 130º 0.47% 0.75% -
XYZ 26.76 40.77 22.68 -
YUV 154.54 105.68 89.1 -
System Red Green Blue C M Y K H S L
Decimal 100 190 115 0.47 0 0.39 0.25 130 0.41 0.57
Hex 64 BE 73 2F 0 27 19 82 29 39
Octal 144 276 163 57 0 47 31 202 51 71
Binary 1100100 10111110 1110011 101111 0 100111 11001 10000010 101001 111001

Color Harmonies of #64BE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BE73

Black with #64BE73

Text Example


Text Example

White with #64BE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64BE73; }

 p { color: rgb(100,190,115); }

 H1.HeaderClassName
 {
   color: #64BE73;
 }
 .AnyTagClassName
 {
   color: #64BE73;
 }
</style>

background-color css

<style>
 a { background-color: #64BE73; }

 a { background-color: rgb(100,190,115); }

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

border-color css

<style>
 span { border-color: #64BE73; }

 span { border-color: rgb(100,190,115); }

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