Html Css Color HEX #BFE068 Conifer

📋 copy color: '#BFE068'

red 191 ◦ green 224 ◦ blue 104

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

Shades of Conifer #BFE068

Tints of Conifer #BFE068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.04%

R = 36.8%
G = 43.16%
B = 20.04%

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

#BFE068 (or 0xBFE068) is known color: Conifer. HEX triplet: BF, E0 and 68. RGB value is (191,224,104). Sum of RGB (Red+Green+Blue) = 191+224+104=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE068 is #401F97. Grayscale: #C8C8C8. Windows color (decimal): -4202392 or 6873279. OLE color: 6873279.

HSL color Cylindrical-coordinate representation of color #BFE068: hue angle of 76.5º 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 #BFE068 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 104 -
CMYK 0.15 0 0.54 0.12
HSL 76.5º 0.66% 0.64% -
HSV(B) 76.5º 0.54% 0.88% -
XYZ 50.64 65.39 23.05 -
YUV 200.45 73.57 121.26 -
System Red Green Blue C M Y K H S L
Decimal 191 224 104 0.15 0 0.54 0.12 76.5 0.66 0.64
Hex BF E0 68 F 0 36 C 4C 42 40
Octal 277 340 150 17 0 66 14 114 102 100
Binary 10111111 11100000 1101000 1111 0 110110 1100 1001100 1000010 1000000

Color Harmonies of #BFE068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE068

Black with #BFE068

Text Example


Text Example

White with #BFE068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE068; }

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

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

background-color css

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

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

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

border-color css

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

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

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