Html Css Color HEX #BDF959 Conifer

📋 copy color: '#BDF959'

red 189 ◦ green 249 ◦ blue 89

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

Shades of Conifer #BDF959

Tints of Conifer #BDF959

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.25%

 BLUE value IS 89 (35.16% from 255) = 16.89%

R = 35.86%
G = 47.25%
B = 16.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#BDF959 (or 0xBDF959) is known color: Conifer. HEX triplet: BD, F9 and 59. RGB value is (189,249,89). Sum of RGB (Red+Green+Blue) = 189+249+89=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 89 (35.16% from 255 or 16.89% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF959 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF959 is #4206A6. Grayscale: #D5D5D5. Windows color (decimal): -4327079 or 5896637. OLE color: 5896637.

HSL color Cylindrical-coordinate representation of color #BDF959: hue angle of 82.5º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDF959 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 249 89 -
CMYK 0.24 0 0.64 0.02
HSL 82.5º 0.93% 0.66% -
HSV(B) 82.5º 0.64% 0.98% -
XYZ 56.67 79.29 21.77 -
YUV 212.82 58.12 111.01 -
System Red Green Blue C M Y K H S L
Decimal 189 249 89 0.24 0 0.64 0.02 82.5 0.93 0.66
Hex BD F9 59 18 0 40 2 52 5D 42
Octal 275 371 131 30 0 100 2 122 135 102
Binary 10111101 11111001 1011001 11000 0 1000000 10 1010010 1011101 1000010

Color Harmonies of #BDF959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF959

Black with #BDF959

Text Example


Text Example

White with #BDF959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF959; }

 p { color: rgb(189,249,89); }

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

background-color css

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

 a { background-color: rgb(189,249,89); }

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

border-color css

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

 span { border-color: rgb(189,249,89); }

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