Html Css Color HEX #BDD333 Fuego

📋 copy color: '#BDD333'

red 189 ◦ green 211 ◦ blue 51

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

Shades of Fuego #BDD333

Tints of Fuego #BDD333

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.78%

 BLUE value IS 51 (20.31% from 255) = 11.31%

R = 41.91%
G = 46.78%
B = 11.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#BDD333 (or 0xBDD333) is known color: Fuego. HEX triplet: BD, D3 and 33. RGB value is (189,211,51). Sum of RGB (Red+Green+Blue) = 189+211+51=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 211 (82.81% from 255 or 46.78% from 451); Blue value is 51 (20.31% from 255 or 11.31% from 451); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD333 is #422CCC. Grayscale: #BABABA. Windows color (decimal): -4336845 or 3396541. OLE color: 3396541.

HSL color Cylindrical-coordinate representation of color #BDD333: hue angle of 68.25º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDD333 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 51 -
CMYK 0.10 0 0.76 0.17
HSL 68.25º 0.65% 0.51% -
HSV(B) 68.25º 0.76% 0.83% -
XYZ 44.88 57.65 11.89 -
YUV 186.18 51.71 130.01 -
System Red Green Blue C M Y K H S L
Decimal 189 211 51 0.10 0 0.76 0.17 68.25 0.65 0.51
Hex BD D3 33 A 0 4C 11 44 41 33
Octal 275 323 63 12 0 114 21 104 101 63
Binary 10111101 11010011 110011 1010 0 1001100 10001 1000100 1000001 110011

Color Harmonies of #BDD333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD333

Black with #BDD333

Text Example


Text Example

White with #BDD333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD333; }

 p { color: rgb(189,211,51); }

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

background-color css

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

 a { background-color: rgb(189,211,51); }

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

border-color css

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

 span { border-color: rgb(189,211,51); }

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