Html Css Color HEX #66BF75 Fern

📋 copy color: '#66BF75'

red 102 ◦ green 191 ◦ blue 117

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

Shades of Fern #66BF75

Tints of Fern #66BF75

RGB

 RED value IS 102 (40.23% from 255) = 24.88%

 GREEN value IS 191 (75% from 255) = 46.59%

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 24.88%
G = 46.59%
B = 28.54%

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

#66BF75 (or 0x66BF75) is known color: Fern. HEX triplet: 66, BF and 75. RGB value is (102,191,117). Sum of RGB (Red+Green+Blue) = 102+191+117=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #66BF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BF75 is #99408A. Grayscale: #9C9C9C. Windows color (decimal): -10043531 or 7716710. OLE color: 7716710.

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

Color convert

RGB 102 191 117 -
CMYK 0.47 0 0.39 0.25
HSL 130.11º 0.41% 0.57% -
HSV(B) 130.11º 0.47% 0.75% -
XYZ 27.32 41.37 23.38 -
YUV 155.95 106.01 89.52 -
System Red Green Blue C M Y K H S L
Decimal 102 191 117 0.47 0 0.39 0.25 130.11 0.41 0.57
Hex 66 BF 75 2F 0 27 19 82 29 39
Octal 146 277 165 57 0 47 31 202 51 71
Binary 1100110 10111111 1110101 101111 0 100111 11001 10000010 101001 111001

Color Harmonies of #66BF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BF75

Black with #66BF75

Text Example


Text Example

White with #66BF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66BF75; }

 p { color: rgb(102,191,117); }

 H1.HeaderClassName
 {
   color: #66BF75;
 }
 .AnyTagClassName
 {
   color: #66BF75;
 }
</style>

background-color css

<style>
 a { background-color: #66BF75; }

 a { background-color: rgb(102,191,117); }

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

border-color css

<style>
 span { border-color: #66BF75; }

 span { border-color: rgb(102,191,117); }

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