Html Css Color HEX #BDD82F Fuego

📋 copy color: '#BDD82F'

red 189 ◦ green 216 ◦ blue 47

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

Shades of Fuego #BDD82F

Tints of Fuego #BDD82F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.79%

 BLUE value IS 47 (18.75% from 255) = 10.4%

R = 41.81%
G = 47.79%
B = 10.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#BDD82F (or 0xBDD82F) is known color: Fuego. HEX triplet: BD, D8 and 2F. RGB value is (189,216,47). Sum of RGB (Red+Green+Blue) = 189+216+47=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 47 (18.75% from 255 or 10.40% from 452); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD82F is #4227D0. Grayscale: #BDBDBD. Windows color (decimal): -4335569 or 3135677. OLE color: 3135677.

HSL color Cylindrical-coordinate representation of color #BDD82F: hue angle of 69.59º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDD82F is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 47 -
CMYK 0.12 0 0.78 0.15
HSL 69.59º 0.68% 0.52% -
HSV(B) 69.59º 0.78% 0.85% -
XYZ 46.06 60.14 11.87 -
YUV 188.66 48.05 128.24 -
System Red Green Blue C M Y K H S L
Decimal 189 216 47 0.12 0 0.78 0.15 69.59 0.68 0.52
Hex BD D8 2F C 0 4E F 46 44 34
Octal 275 330 57 14 0 116 17 106 104 64
Binary 10111101 11011000 101111 1100 0 1001110 1111 1000110 1000100 110100

Color Harmonies of #BDD82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD82F

Black with #BDD82F

Text Example


Text Example

White with #BDD82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD82F; }

 p { color: rgb(189,216,47); }

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

background-color css

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

 a { background-color: rgb(189,216,47); }

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

border-color css

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

 span { border-color: rgb(189,216,47); }

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