Html Css Color HEX #BDF156 Conifer

📋 copy color: '#BDF156'

red 189 ◦ green 241 ◦ blue 86

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

Shades of Conifer #BDF156

Tints of Conifer #BDF156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.67%

R = 36.63%
G = 46.71%
B = 16.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#BDF156 (or 0xBDF156) is known color: Conifer. HEX triplet: BD, F1 and 56. RGB value is (189,241,86). Sum of RGB (Red+Green+Blue) = 189+241+86=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 86 (33.98% from 255 or 16.67% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF156 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF156 is #420EA9. Grayscale: #D0D0D0. Windows color (decimal): -4329130 or 5697981. OLE color: 5697981.

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

Color convert

RGB 189 241 86 -
CMYK 0.22 0 0.64 0.05
HSL 80.13º 0.85% 0.64% -
HSV(B) 80.13º 0.64% 0.95% -
XYZ 54.12 74.4 20.31 -
YUV 207.78 59.27 114.6 -
System Red Green Blue C M Y K H S L
Decimal 189 241 86 0.22 0 0.64 0.05 80.13 0.85 0.64
Hex BD F1 56 16 0 40 5 50 55 40
Octal 275 361 126 26 0 100 5 120 125 100
Binary 10111101 11110001 1010110 10110 0 1000000 101 1010000 1010101 1000000

Color Harmonies of #BDF156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF156

Black with #BDF156

Text Example


Text Example

White with #BDF156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF156; }

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

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

background-color css

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

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

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

border-color css

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

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

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