Html Css Color HEX #BDD61F Fuego

📋 copy color: '#BDD61F'

red 189 ◦ green 214 ◦ blue 31

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

Shades of Fuego #BDD61F

Tints of Fuego #BDD61F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.31%

 BLUE value IS 31 (12.5% from 255) = 7.14%

R = 43.55%
G = 49.31%
B = 7.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#BDD61F (or 0xBDD61F) is known color: Fuego. HEX triplet: BD, D6 and 1F. RGB value is (189,214,31). Sum of RGB (Red+Green+Blue) = 189+214+31=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 31 (12.5% from 255 or 7.14% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD61F is #4229E0. Grayscale: #BABABA. Windows color (decimal): -4336097 or 2086589. OLE color: 2086589.

HSL color Cylindrical-coordinate representation of color #BDD61F: hue angle of 68.2º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDD61F is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 31 -
CMYK 0.12 0 0.86 0.16
HSL 68.2º 0.75% 0.48% -
HSV(B) 68.2º 0.86% 0.84% -
XYZ 45.28 59.01 10.3 -
YUV 185.66 40.72 130.38 -
System Red Green Blue C M Y K H S L
Decimal 189 214 31 0.12 0 0.86 0.16 68.2 0.75 0.48
Hex BD D6 1F C 0 56 10 44 4B 30
Octal 275 326 37 14 0 126 20 104 113 60
Binary 10111101 11010110 11111 1100 0 1010110 10000 1000100 1001011 110000

Color Harmonies of #BDD61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD61F

Black with #BDD61F

Text Example


Text Example

White with #BDD61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD61F; }

 p { color: rgb(189,214,31); }

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

background-color css

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

 a { background-color: rgb(189,214,31); }

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

border-color css

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

 span { border-color: rgb(189,214,31); }

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