Html Css Color HEX #BFFD5E Conifer

📋 copy color: '#BFFD5E'

red 191 ◦ green 253 ◦ blue 94

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

Shades of Conifer #BFFD5E

Tints of Conifer #BFFD5E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.03%

 BLUE value IS 94 (37.11% from 255) = 17.47%

R = 35.5%
G = 47.03%
B = 17.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#BFFD5E (or 0xBFFD5E) is known color: Conifer. HEX triplet: BF, FD and 5E. RGB value is (191,253,94). Sum of RGB (Red+Green+Blue) = 191+253+94=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFD5E is #4002A1. Grayscale: #D8D8D8. Windows color (decimal): -4194978 or 6225343. OLE color: 6225343.

HSL color Cylindrical-coordinate representation of color #BFFD5E: hue angle of 83.4º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFFD5E is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 253 94 -
CMYK 0.25 0 0.63 0.01
HSL 83.4º 0.98% 0.68% -
HSV(B) 83.4º 0.63% 0.99% -
XYZ 58.63 82.14 23.35 -
YUV 216.34 58.96 109.93 -
System Red Green Blue C M Y K H S L
Decimal 191 253 94 0.25 0 0.63 0.01 83.4 0.98 0.68
Hex BF FD 5E 19 0 3F 1 53 62 44
Octal 277 375 136 31 0 77 1 123 142 104
Binary 10111111 11111101 1011110 11001 0 111111 1 1010011 1100010 1000100

Color Harmonies of #BFFD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFD5E

Black with #BFFD5E

Text Example


Text Example

White with #BFFD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFD5E; }

 p { color: rgb(191,253,94); }

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

background-color css

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

 a { background-color: rgb(191,253,94); }

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

border-color css

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

 span { border-color: rgb(191,253,94); }

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