Html Css Color HEX #BFE066 Conifer

📋 copy color: '#BFE066'

red 191 ◦ green 224 ◦ blue 102

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

Shades of Conifer #BFE066

Tints of Conifer #BFE066

RGB

 RED value IS 191 (75% from 255) = 36.94%

 GREEN value IS 224 (87.89% from 255) = 43.33%

 BLUE value IS 102 (40.23% from 255) = 19.73%

R = 36.94%
G = 43.33%
B = 19.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#BFE066 (or 0xBFE066) is known color: Conifer. HEX triplet: BF, E0 and 66. RGB value is (191,224,102). Sum of RGB (Red+Green+Blue) = 191+224+102=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE066 is #401F99. Grayscale: #C8C8C8. Windows color (decimal): -4202394 or 6742207. OLE color: 6742207.

HSL color Cylindrical-coordinate representation of color #BFE066: hue angle of 76.23º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFE066 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 102 -
CMYK 0.15 0 0.54 0.12
HSL 76.23º 0.66% 0.64% -
HSV(B) 76.23º 0.54% 0.88% -
XYZ 50.54 65.35 22.52 -
YUV 200.23 72.57 121.42 -
System Red Green Blue C M Y K H S L
Decimal 191 224 102 0.15 0 0.54 0.12 76.23 0.66 0.64
Hex BF E0 66 F 0 36 C 4C 42 40
Octal 277 340 146 17 0 66 14 114 102 100
Binary 10111111 11100000 1100110 1111 0 110110 1100 1001100 1000010 1000000

Color Harmonies of #BFE066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE066

Black with #BFE066

Text Example


Text Example

White with #BFE066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE066; }

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

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

background-color css

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

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

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

border-color css

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

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

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