Html Css Color HEX #BDD81E Fuego

📋 copy color: '#BDD81E'

red 189 ◦ green 216 ◦ blue 30

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

Shades of Fuego #BDD81E

Tints of Fuego #BDD81E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.9%

R = 43.45%
G = 49.66%
B = 6.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#BDD81E (or 0xBDD81E) is known color: Fuego. HEX triplet: BD, D8 and 1E. RGB value is (189,216,30). Sum of RGB (Red+Green+Blue) = 189+216+30=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD81E is #4227E1. Grayscale: #BBBBBB. Windows color (decimal): -4335586 or 2021565. OLE color: 2021565.

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

Color convert

RGB 189 216 30 -
CMYK 0.12 0 0.86 0.15
HSL 68.71º 0.76% 0.48% -
HSV(B) 68.71º 0.86% 0.85% -
XYZ 45.78 60.02 10.4 -
YUV 186.72 39.55 129.62 -
System Red Green Blue C M Y K H S L
Decimal 189 216 30 0.12 0 0.86 0.15 68.71 0.76 0.48
Hex BD D8 1E C 0 56 F 45 4C 30
Octal 275 330 36 14 0 126 17 105 114 60
Binary 10111101 11011000 11110 1100 0 1010110 1111 1000101 1001100 110000

Color Harmonies of #BDD81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD81E

Black with #BDD81E

Text Example


Text Example

White with #BDD81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD81E; }

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

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

background-color css

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

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

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

border-color css

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

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

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