Html Css Color HEX #B5DD2E Fuego

📋 copy color: '#B5DD2E'

red 181 ◦ green 221 ◦ blue 46

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

Shades of Fuego #B5DD2E

Tints of Fuego #B5DD2E

RGB

 RED value IS 181 (71.09% from 255) = 40.4%

 GREEN value IS 221 (86.72% from 255) = 49.33%

 BLUE value IS 46 (18.36% from 255) = 10.27%

R = 40.4%
G = 49.33%
B = 10.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#B5DD2E (or 0xB5DD2E) is known color: Fuego. HEX triplet: B5, DD and 2E. RGB value is (181,221,46). Sum of RGB (Red+Green+Blue) = 181+221+46=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 46 (18.36% from 255 or 10.27% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DD2E is #4A22D1. Grayscale: #BDBDBD. Windows color (decimal): -4858578 or 3071413. OLE color: 3071413.

HSL color Cylindrical-coordinate representation of color #B5DD2E: hue angle of 73.71º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5DD2E is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 221 46 -
CMYK 0.18 0 0.79 0.13
HSL 73.71º 0.72% 0.52% -
HSV(B) 73.71º 0.79% 0.87% -
XYZ 45.41 61.73 12.11 -
YUV 189.09 47.25 122.23 -
System Red Green Blue C M Y K H S L
Decimal 181 221 46 0.18 0 0.79 0.13 73.71 0.72 0.52
Hex B5 DD 2E 12 0 4F D 4A 48 34
Octal 265 335 56 22 0 117 15 112 110 64
Binary 10110101 11011101 101110 10010 0 1001111 1101 1001010 1001000 110100

Color Harmonies of #B5DD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DD2E

Black with #B5DD2E

Text Example


Text Example

White with #B5DD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DD2E; }

 p { color: rgb(181,221,46); }

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

background-color css

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

 a { background-color: rgb(181,221,46); }

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

border-color css

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

 span { border-color: rgb(181,221,46); }

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