Html Css Color HEX #BFF55E Conifer

📋 copy color: '#BFF55E'

red 191 ◦ green 245 ◦ blue 94

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

Shades of Conifer #BFF55E

Tints of Conifer #BFF55E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.23%

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

R = 36.04%
G = 46.23%
B = 17.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#BFF55E (or 0xBFF55E) is known color: Conifer. HEX triplet: BF, F5 and 5E. RGB value is (191,245,94). Sum of RGB (Red+Green+Blue) = 191+245+94=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 94 (37.11% from 255 or 17.74% from 530); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF55E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF55E is #400AA1. Grayscale: #D4D4D4. Windows color (decimal): -4197026 or 6223295. OLE color: 6223295.

HSL color Cylindrical-coordinate representation of color #BFF55E: hue angle of 81.46º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFF55E is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 245 94 -
CMYK 0.22 0 0.62 0.04
HSL 81.46º 0.88% 0.66% -
HSV(B) 81.46º 0.62% 0.96% -
XYZ 56.16 77.19 22.53 -
YUV 211.64 61.61 113.28 -
System Red Green Blue C M Y K H S L
Decimal 191 245 94 0.22 0 0.62 0.04 81.46 0.88 0.66
Hex BF F5 5E 16 0 3E 4 51 58 42
Octal 277 365 136 26 0 76 4 121 130 102
Binary 10111111 11110101 1011110 10110 0 111110 100 1010001 1011000 1000010

Color Harmonies of #BFF55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF55E

Black with #BFF55E

Text Example


Text Example

White with #BFF55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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