Html Css Color HEX #BBDD25 Fuego

📋 copy color: '#BBDD25'

red 187 ◦ green 221 ◦ blue 37

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

Shades of Fuego #BBDD25

Tints of Fuego #BBDD25

RGB

 RED value IS 187 (73.44% from 255) = 42.02%

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

 BLUE value IS 37 (14.84% from 255) = 8.31%

R = 42.02%
G = 49.66%
B = 8.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#BBDD25 (or 0xBBDD25) is known color: Fuego. HEX triplet: BB, DD and 25. RGB value is (187,221,37). Sum of RGB (Red+Green+Blue) = 187+221+37=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 37 (14.84% from 255 or 8.31% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDD25 is #4422DA. Grayscale: #BEBEBE. Windows color (decimal): -4465371 or 2481595. OLE color: 2481595.

HSL color Cylindrical-coordinate representation of color #BBDD25: hue angle of 71.09º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBDD25 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 221 37 -
CMYK 0.15 0 0.83 0.13
HSL 71.09º 0.73% 0.51% -
HSV(B) 71.09º 0.83% 0.87% -
XYZ 46.68 62.41 11.34 -
YUV 189.86 41.74 125.96 -
System Red Green Blue C M Y K H S L
Decimal 187 221 37 0.15 0 0.83 0.13 71.09 0.73 0.51
Hex BB DD 25 F 0 53 D 47 49 33
Octal 273 335 45 17 0 123 15 107 111 63
Binary 10111011 11011101 100101 1111 0 1010011 1101 1000111 1001001 110011

Color Harmonies of #BBDD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD25

Black with #BBDD25

Text Example


Text Example

White with #BBDD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD25; }

 p { color: rgb(187,221,37); }

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

background-color css

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

 a { background-color: rgb(187,221,37); }

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

border-color css

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

 span { border-color: rgb(187,221,37); }

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