Html Css Color HEX #BDD630 Fuego

📋 copy color: '#BDD630'

red 189 ◦ green 214 ◦ blue 48

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

Shades of Fuego #BDD630

Tints of Fuego #BDD630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.64%

R = 41.91%
G = 47.45%
B = 10.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#BDD630 (or 0xBDD630) is known color: Fuego. HEX triplet: BD, D6 and 30. RGB value is (189,214,48). Sum of RGB (Red+Green+Blue) = 189+214+48=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 48 (19.14% from 255 or 10.64% from 451); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD630 is #4229CF. Grayscale: #BCBCBC. Windows color (decimal): -4336080 or 3200701. OLE color: 3200701.

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

Color convert

RGB 189 214 48 -
CMYK 0.12 0 0.78 0.16
HSL 69.04º 0.67% 0.51% -
HSV(B) 69.04º 0.78% 0.84% -
XYZ 45.57 59.13 11.81 -
YUV 187.6 49.22 129 -
System Red Green Blue C M Y K H S L
Decimal 189 214 48 0.12 0 0.78 0.16 69.04 0.67 0.51
Hex BD D6 30 C 0 4E 10 45 43 33
Octal 275 326 60 14 0 116 20 105 103 63
Binary 10111101 11010110 110000 1100 0 1001110 10000 1000101 1000011 110011

Color Harmonies of #BDD630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD630

Black with #BDD630

Text Example


Text Example

White with #BDD630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD630; }

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

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

background-color css

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

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

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

border-color css

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

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

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