Html Css Color HEX #BDF154 Conifer

📋 copy color: '#BDF154'

red 189 ◦ green 241 ◦ blue 84

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

Shades of Conifer #BDF154

Tints of Conifer #BDF154

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.89%

 BLUE value IS 84 (33.2% from 255) = 16.34%

R = 36.77%
G = 46.89%
B = 16.34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#BDF154 (or 0xBDF154) is known color: Conifer. HEX triplet: BD, F1 and 54. RGB value is (189,241,84). Sum of RGB (Red+Green+Blue) = 189+241+84=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF154 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF154 is #420EAB. Grayscale: #D0D0D0. Windows color (decimal): -4329132 or 5566909. OLE color: 5566909.

HSL color Cylindrical-coordinate representation of color #BDF154: hue angle of 79.87º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDF154 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 84 -
CMYK 0.22 0 0.65 0.05
HSL 79.87º 0.85% 0.64% -
HSV(B) 79.87º 0.65% 0.95% -
XYZ 54.04 74.37 19.89 -
YUV 207.55 58.27 114.77 -
System Red Green Blue C M Y K H S L
Decimal 189 241 84 0.22 0 0.65 0.05 79.87 0.85 0.64
Hex BD F1 54 16 0 41 5 50 55 40
Octal 275 361 124 26 0 101 5 120 125 100
Binary 10111101 11110001 1010100 10110 0 1000001 101 1010000 1010101 1000000

Color Harmonies of #BDF154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF154

Black with #BDF154

Text Example


Text Example

White with #BDF154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF154; }

 p { color: rgb(189,241,84); }

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

background-color css

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

 a { background-color: rgb(189,241,84); }

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

border-color css

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

 span { border-color: rgb(189,241,84); }

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