Html Css Color HEX #64BE7A Fern

📋 copy color: '#64BE7A'

red 100 ◦ green 190 ◦ blue 122

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

Shades of Fern #64BE7A

Tints of Fern #64BE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.61%

R = 24.27%
G = 46.12%
B = 29.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#64BE7A (or 0x64BE7A) is known color: Fern. HEX triplet: 64, BE and 7A. RGB value is (100,190,122). Sum of RGB (Red+Green+Blue) = 100+190+122=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BE7A is #9B4185. Grayscale: #9B9B9B. Windows color (decimal): -10174854 or 8044132. OLE color: 8044132.

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

Color convert

RGB 100 190 122 -
CMYK 0.47 0 0.36 0.25
HSL 134.67º 0.41% 0.57% -
HSV(B) 134.67º 0.47% 0.75% -
XYZ 27.18 40.94 24.88 -
YUV 155.34 109.18 88.53 -
System Red Green Blue C M Y K H S L
Decimal 100 190 122 0.47 0 0.36 0.25 134.67 0.41 0.57
Hex 64 BE 7A 2F 0 24 19 87 29 39
Octal 144 276 172 57 0 44 31 207 51 71
Binary 1100100 10111110 1111010 101111 0 100100 11001 10000111 101001 111001

Color Harmonies of #64BE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BE7A

Black with #64BE7A

Text Example


Text Example

White with #64BE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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