Html Css Color HEX #BDF05B Conifer

📋 copy color: '#BDF05B'

red 189 ◦ green 240 ◦ blue 91

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

Shades of Conifer #BDF05B

Tints of Conifer #BDF05B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.15%

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

R = 36.35%
G = 46.15%
B = 17.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#BDF05B (or 0xBDF05B) is known color: Conifer. HEX triplet: BD, F0 and 5B. RGB value is (189,240,91). Sum of RGB (Red+Green+Blue) = 189+240+91=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 91 (35.94% from 255 or 17.5% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF05B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF05B is #420FA4. Grayscale: #D0D0D0. Windows color (decimal): -4329381 or 6025405. OLE color: 6025405.

HSL color Cylindrical-coordinate representation of color #BDF05B: hue angle of 80.54º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDF05B is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 91 -
CMYK 0.21 0 0.62 0.06
HSL 80.54º 0.83% 0.65% -
HSV(B) 80.54º 0.62% 0.94% -
XYZ 54.03 73.89 21.31 -
YUV 207.77 62.1 114.62 -
System Red Green Blue C M Y K H S L
Decimal 189 240 91 0.21 0 0.62 0.06 80.54 0.83 0.65
Hex BD F0 5B 15 0 3E 6 51 53 41
Octal 275 360 133 25 0 76 6 121 123 101
Binary 10111101 11110000 1011011 10101 0 111110 110 1010001 1010011 1000001

Color Harmonies of #BDF05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF05B

Black with #BDF05B

Text Example


Text Example

White with #BDF05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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