Html Css Color HEX #BFE055 Conifer

📋 copy color: '#BFE055'

red 191 ◦ green 224 ◦ blue 85

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

Shades of Conifer #BFE055

Tints of Conifer #BFE055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17%

R = 38.2%
G = 44.8%
B = 17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#BFE055 (or 0xBFE055) is known color: Conifer. HEX triplet: BF, E0 and 55. RGB value is (191,224,85). Sum of RGB (Red+Green+Blue) = 191+224+85=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE055 is #401FAA. Grayscale: #C6C6C6. Windows color (decimal): -4202411 or 5628095. OLE color: 5628095.

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

Color convert

RGB 191 224 85 -
CMYK 0.15 0 0.62 0.12
HSL 74.24º 0.69% 0.61% -
HSV(B) 74.24º 0.62% 0.88% -
XYZ 49.78 65.04 18.53 -
YUV 198.29 64.07 122.8 -
System Red Green Blue C M Y K H S L
Decimal 191 224 85 0.15 0 0.62 0.12 74.24 0.69 0.61
Hex BF E0 55 F 0 3E C 4A 45 3D
Octal 277 340 125 17 0 76 14 112 105 75
Binary 10111111 11100000 1010101 1111 0 111110 1100 1001010 1000101 111101

Color Harmonies of #BFE055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE055

Black with #BFE055

Text Example


Text Example

White with #BFE055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE055; }

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

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

background-color css

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

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

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

border-color css

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

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

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