Html Css Color HEX #BBDE30 Fuego

📋 copy color: '#BBDE30'

red 187 ◦ green 222 ◦ blue 48

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

Shades of Fuego #BBDE30

Tints of Fuego #BBDE30

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.58%

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

R = 40.92%
G = 48.58%
B = 10.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#BBDE30 (or 0xBBDE30) is known color: Fuego. HEX triplet: BB, DE and 30. RGB value is (187,222,48). Sum of RGB (Red+Green+Blue) = 187+222+48=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 48 (19.14% from 255 or 10.50% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDE30 is #4421CF. Grayscale: #C0C0C0. Windows color (decimal): -4465104 or 3202747. OLE color: 3202747.

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

Color convert

RGB 187 222 48 -
CMYK 0.16 0 0.78 0.13
HSL 72.07º 0.73% 0.53% -
HSV(B) 72.07º 0.78% 0.87% -
XYZ 47.15 63.02 12.48 -
YUV 191.7 46.9 124.65 -
System Red Green Blue C M Y K H S L
Decimal 187 222 48 0.16 0 0.78 0.13 72.07 0.73 0.53
Hex BB DE 30 10 0 4E D 48 48 35
Octal 273 336 60 20 0 116 15 110 110 65
Binary 10111011 11011110 110000 10000 0 1001110 1101 1001000 1001000 110101

Color Harmonies of #BBDE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDE30

Black with #BBDE30

Text Example


Text Example

White with #BBDE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDE30; }

 p { color: rgb(187,222,48); }

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

background-color css

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

 a { background-color: rgb(187,222,48); }

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

border-color css

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

 span { border-color: rgb(187,222,48); }

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