Html Css Color HEX #BDFF5B Conifer

📋 copy color: '#BDFF5B'

red 189 ◦ green 255 ◦ blue 91

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

Shades of Conifer #BDFF5B

Tints of Conifer #BDFF5B

RGB

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

 GREEN value IS 255 (100% from 255) = 47.66%

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

R = 35.33%
G = 47.66%
B = 17.01%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#BDFF5B (or 0xBDFF5B) is known color: Conifer. HEX triplet: BD, FF and 5B. RGB value is (189,255,91). Sum of RGB (Red+Green+Blue) = 189+255+91=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 91 (35.94% from 255 or 17.01% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF5B is #4200A4. Grayscale: #D9D9D9. Windows color (decimal): -4325541 or 6029245. OLE color: 6029245.

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

Color convert

RGB 189 255 91 -
CMYK 0.26 0 0.64 0
HSL 84.15º 1% 0.68% -
HSV(B) 84.15º 0.64% 1% -
XYZ 58.63 83.09 22.85 -
YUV 216.57 57.13 108.34 -
System Red Green Blue C M Y K H S L
Decimal 189 255 91 0.26 0 0.64 0 84.15 1 0.68
Hex BD FF 5B 1A 0 40 0 54 64 44
Octal 275 377 133 32 0 100 0 124 144 104
Binary 10111101 11111111 1011011 11010 0 1000000 0 1010100 1100100 1000100

Color Harmonies of #BDFF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFF5B

Black with #BDFF5B

Text Example


Text Example

White with #BDFF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFF5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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