Html Css Color HEX #BDD437 Fuego

📋 copy color: '#BDD437'

red 189 ◦ green 212 ◦ blue 55

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

Shades of Fuego #BDD437

Tints of Fuego #BDD437

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.49%

 BLUE value IS 55 (21.88% from 255) = 12.06%

R = 41.45%
G = 46.49%
B = 12.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#BDD437 (or 0xBDD437) is known color: Fuego. HEX triplet: BD, D4 and 37. RGB value is (189,212,55). Sum of RGB (Red+Green+Blue) = 189+212+55=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 55 (21.88% from 255 or 12.06% from 456); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD437 is #422BC8. Grayscale: #BBBBBB. Windows color (decimal): -4336585 or 3658941. OLE color: 3658941.

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

Color convert

RGB 189 212 55 -
CMYK 0.11 0 0.74 0.17
HSL 68.79º 0.65% 0.52% -
HSV(B) 68.79º 0.74% 0.83% -
XYZ 45.22 58.18 12.46 -
YUV 187.23 53.38 129.27 -
System Red Green Blue C M Y K H S L
Decimal 189 212 55 0.11 0 0.74 0.17 68.79 0.65 0.52
Hex BD D4 37 B 0 4A 11 45 41 34
Octal 275 324 67 13 0 112 21 105 101 64
Binary 10111101 11010100 110111 1011 0 1001010 10001 1000101 1000001 110100

Color Harmonies of #BDD437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD437

Black with #BDD437

Text Example


Text Example

White with #BDD437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD437; }

 p { color: rgb(189,212,55); }

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

background-color css

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

 a { background-color: rgb(189,212,55); }

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

border-color css

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

 span { border-color: rgb(189,212,55); }

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