Html Css Color HEX #BDF059 Conifer

📋 copy color: '#BDF059'

red 189 ◦ green 240 ◦ blue 89

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

Shades of Conifer #BDF059

Tints of Conifer #BDF059

RGB

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

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

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

R = 36.49%
G = 46.33%
B = 17.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#BDF059 (or 0xBDF059) is known color: Conifer. HEX triplet: BD, F0 and 59. RGB value is (189,240,89). Sum of RGB (Red+Green+Blue) = 189+240+89=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 89 (35.16% from 255 or 17.18% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF059 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF059 is #420FA6. Grayscale: #D0D0D0. Windows color (decimal): -4329383 or 5894333. OLE color: 5894333.

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

Color convert

RGB 189 240 89 -
CMYK 0.21 0 0.63 0.06
HSL 80.26º 0.83% 0.65% -
HSV(B) 80.26º 0.63% 0.94% -
XYZ 53.95 73.86 20.86 -
YUV 207.54 61.1 114.78 -
System Red Green Blue C M Y K H S L
Decimal 189 240 89 0.21 0 0.63 0.06 80.26 0.83 0.65
Hex BD F0 59 15 0 3F 6 50 53 41
Octal 275 360 131 25 0 77 6 120 123 101
Binary 10111101 11110000 1011001 10101 0 111111 110 1010000 1010011 1000001

Color Harmonies of #BDF059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF059

Black with #BDF059

Text Example


Text Example

White with #BDF059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF059; }

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

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

background-color css

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

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

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

border-color css

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

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

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