Html Css Color HEX #64BB6A Fern

📋 copy color: '#64BB6A'

red 100 ◦ green 187 ◦ blue 106

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

Shades of Fern #64BB6A

Tints of Fern #64BB6A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.58%

 BLUE value IS 106 (41.8% from 255) = 26.97%

R = 25.45%
G = 47.58%
B = 26.97%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#64BB6A (or 0x64BB6A) is known color: Fern. HEX triplet: 64, BB and 6A. RGB value is (100,187,106). Sum of RGB (Red+Green+Blue) = 100+187+106=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 187 - color contains mainly: green. Hex color #64BB6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BB6A is #9B4495. Grayscale: #979797. Windows color (decimal): -10175638 or 6994788. OLE color: 6994788.

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

Color convert

RGB 100 187 106 -
CMYK 0.47 0 0.43 0.27
HSL 124.14º 0.39% 0.56% -
HSV(B) 124.14º 0.47% 0.73% -
XYZ 25.63 39.29 19.87 -
YUV 151.75 102.18 91.09 -
System Red Green Blue C M Y K H S L
Decimal 100 187 106 0.47 0 0.43 0.27 124.14 0.39 0.56
Hex 64 BB 6A 2F 0 2B 1B 7C 27 38
Octal 144 273 152 57 0 53 33 174 47 70
Binary 1100100 10111011 1101010 101111 0 101011 11011 1111100 100111 111000

Color Harmonies of #64BB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BB6A

Black with #64BB6A

Text Example


Text Example

White with #64BB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,187,106); }

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

background-color css

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

 a { background-color: rgb(100,187,106); }

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

border-color css

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

 span { border-color: rgb(100,187,106); }

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