Html Css Color HEX #BFF55A Conifer

📋 copy color: '#BFF55A'

red 191 ◦ green 245 ◦ blue 90

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

Shades of Conifer #BFF55A

Tints of Conifer #BFF55A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.11%

R = 36.31%
G = 46.58%
B = 17.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#BFF55A (or 0xBFF55A) is known color: Conifer. HEX triplet: BF, F5 and 5A. RGB value is (191,245,90). Sum of RGB (Red+Green+Blue) = 191+245+90=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 245 (96.09% from 255 or 46.58% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF55A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF55A is #400AA5. Grayscale: #D3D3D3. Windows color (decimal): -4197030 or 5961151. OLE color: 5961151.

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

Color convert

RGB 191 245 90 -
CMYK 0.22 0 0.63 0.04
HSL 80.9º 0.89% 0.66% -
HSV(B) 80.9º 0.63% 0.96% -
XYZ 55.98 77.12 21.61 -
YUV 211.18 59.61 113.6 -
System Red Green Blue C M Y K H S L
Decimal 191 245 90 0.22 0 0.63 0.04 80.9 0.89 0.66
Hex BF F5 5A 16 0 3F 4 51 59 42
Octal 277 365 132 26 0 77 4 121 131 102
Binary 10111111 11110101 1011010 10110 0 111111 100 1010001 1011001 1000010

Color Harmonies of #BFF55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF55A

Black with #BFF55A

Text Example


Text Example

White with #BFF55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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