Html Css Color HEX #BFED55 Conifer

📋 copy color: '#BFED55'

red 191 ◦ green 237 ◦ blue 85

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

Shades of Conifer #BFED55

Tints of Conifer #BFED55

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.2%

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

R = 37.23%
G = 46.2%
B = 16.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#BFED55 (or 0xBFED55) is known color: Conifer. HEX triplet: BF, ED and 55. RGB value is (191,237,85). Sum of RGB (Red+Green+Blue) = 191+237+85=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFED55 is #4012AA. Grayscale: #CECECE. Windows color (decimal): -4199083 or 5631423. OLE color: 5631423.

HSL color Cylindrical-coordinate representation of color #BFED55: hue angle of 78.16º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFED55 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 237 85 -
CMYK 0.19 0 0.64 0.07
HSL 78.16º 0.81% 0.63% -
HSV(B) 78.16º 0.64% 0.93% -
XYZ 53.41 72.3 19.73 -
YUV 205.92 59.76 117.36 -
System Red Green Blue C M Y K H S L
Decimal 191 237 85 0.19 0 0.64 0.07 78.16 0.81 0.63
Hex BF ED 55 13 0 40 7 4E 51 3F
Octal 277 355 125 23 0 100 7 116 121 77
Binary 10111111 11101101 1010101 10011 0 1000000 111 1001110 1010001 111111

Color Harmonies of #BFED55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFED55

Black with #BFED55

Text Example


Text Example

White with #BFED55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFED55; }

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

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

background-color css

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

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

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

border-color css

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

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

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