Html Css Color HEX #BDF157 Conifer

📋 copy color: '#BDF157'

red 189 ◦ green 241 ◦ blue 87

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

Shades of Conifer #BDF157

Tints of Conifer #BDF157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.83%

R = 36.56%
G = 46.62%
B = 16.83%

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

#BDF157 (or 0xBDF157) is known color: Conifer. HEX triplet: BD, F1 and 57. RGB value is (189,241,87). Sum of RGB (Red+Green+Blue) = 189+241+87=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 87 (34.38% from 255 or 16.83% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF157 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF157 is #420EA8. Grayscale: #D0D0D0. Windows color (decimal): -4329129 or 5763517. OLE color: 5763517.

HSL color Cylindrical-coordinate representation of color #BDF157: hue angle of 80.26º 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 #BDF157 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 87 -
CMYK 0.22 0 0.64 0.05
HSL 80.26º 0.85% 0.64% -
HSV(B) 80.26º 0.64% 0.95% -
XYZ 54.16 74.42 20.53 -
YUV 207.9 59.77 114.52 -
System Red Green Blue C M Y K H S L
Decimal 189 241 87 0.22 0 0.64 0.05 80.26 0.85 0.64
Hex BD F1 57 16 0 40 5 50 55 40
Octal 275 361 127 26 0 100 5 120 125 100
Binary 10111101 11110001 1010111 10110 0 1000000 101 1010000 1010101 1000000

Color Harmonies of #BDF157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF157

Black with #BDF157

Text Example


Text Example

White with #BDF157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF157; }

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

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

background-color css

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

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

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

border-color css

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

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

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