Html Css Color HEX #64BC6B Fern

📋 copy color: '#64BC6B'

red 100 ◦ green 188 ◦ blue 107

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

Shades of Fern #64BC6B

Tints of Fern #64BC6B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.59%

 BLUE value IS 107 (42.19% from 255) = 27.09%

R = 25.32%
G = 47.59%
B = 27.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#64BC6B (or 0x64BC6B) is known color: Fern. HEX triplet: 64, BC and 6B. RGB value is (100,188,107). Sum of RGB (Red+Green+Blue) = 100+188+107=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BC6B is #9B4394. Grayscale: #989898. Windows color (decimal): -10175381 or 7060580. OLE color: 7060580.

HSL color Cylindrical-coordinate representation of color #64BC6B: hue angle of 124.77º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BC6B is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 188 107 -
CMYK 0.47 0 0.43 0.26
HSL 124.77º 0.4% 0.56% -
HSV(B) 124.77º 0.47% 0.74% -
XYZ 25.89 39.74 20.22 -
YUV 152.45 102.35 90.59 -
System Red Green Blue C M Y K H S L
Decimal 100 188 107 0.47 0 0.43 0.26 124.77 0.4 0.56
Hex 64 BC 6B 2F 0 2B 1A 7D 28 38
Octal 144 274 153 57 0 53 32 175 50 70
Binary 1100100 10111100 1101011 101111 0 101011 11010 1111101 101000 111000

Color Harmonies of #64BC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BC6B

Black with #64BC6B

Text Example


Text Example

White with #64BC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,188,107); }

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

background-color css

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

 a { background-color: rgb(100,188,107); }

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

border-color css

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

 span { border-color: rgb(100,188,107); }

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