Html Css Color HEX #BDFE5B Conifer

📋 copy color: '#BDFE5B'

red 189 ◦ green 254 ◦ blue 91

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

Shades of Conifer #BDFE5B

Tints of Conifer #BDFE5B

RGB

 RED value IS 189 (74.22% from 255) = 35.39%

 GREEN value IS 254 (99.61% from 255) = 47.57%

 BLUE value IS 91 (35.94% from 255) = 17.04%

R = 35.39%
G = 47.57%
B = 17.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#BDFE5B (or 0xBDFE5B) is known color: Conifer. HEX triplet: BD, FE and 5B. RGB value is (189,254,91). Sum of RGB (Red+Green+Blue) = 189+254+91=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE5B is #4201A4. Grayscale: #D8D8D8. Windows color (decimal): -4325797 or 6028989. OLE color: 6028989.

HSL color Cylindrical-coordinate representation of color #BDFE5B: hue angle of 83.93º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDFE5B is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 254 91 -
CMYK 0.26 0 0.64 0.00
HSL 83.93º 0.99% 0.68% -
HSV(B) 83.93º 0.64% 1% -
XYZ 58.32 82.46 22.74 -
YUV 215.98 57.47 108.75 -
System Red Green Blue C M Y K H S L
Decimal 189 254 91 0.26 0 0.64 0.00 83.93 0.99 0.68
Hex BD FE 5B 1A 0 40 0 54 63 44
Octal 275 376 133 32 0 100 0 124 143 104
Binary 10111101 11111110 1011011 11010 0 1000000 0 1010100 1100011 1000100

Color Harmonies of #BDFE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE5B

Black with #BDFE5B

Text Example


Text Example

White with #BDFE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE5B; }

 p { color: rgb(189,254,91); }

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

background-color css

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

 a { background-color: rgb(189,254,91); }

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

border-color css

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

 span { border-color: rgb(189,254,91); }

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