Html Css Color HEX #BDE128 Fuego

📋 copy color: '#BDE128'

red 189 ◦ green 225 ◦ blue 40

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

Shades of Fuego #BDE128

Tints of Fuego #BDE128

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.56%

 BLUE value IS 40 (16.02% from 255) = 8.81%

R = 41.63%
G = 49.56%
B = 8.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#BDE128 (or 0xBDE128) is known color: Fuego. HEX triplet: BD, E1 and 28. RGB value is (189,225,40). Sum of RGB (Red+Green+Blue) = 189+225+40=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 225 (88.28% from 255 or 49.56% from 454); Blue value is 40 (16.02% from 255 or 8.81% from 454); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE128 is #421ED7. Grayscale: #C1C1C1. Windows color (decimal): -4333272 or 2679229. OLE color: 2679229.

HSL color Cylindrical-coordinate representation of color #BDE128: hue angle of 71.68º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDE128 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 40 -
CMYK 0.16 0 0.82 0.12
HSL 71.68º 0.76% 0.52% -
HSV(B) 71.68º 0.82% 0.88% -
XYZ 48.29 64.82 11.97 -
YUV 193.15 41.57 125.04 -
System Red Green Blue C M Y K H S L
Decimal 189 225 40 0.16 0 0.82 0.12 71.68 0.76 0.52
Hex BD E1 28 10 0 52 C 48 4C 34
Octal 275 341 50 20 0 122 14 110 114 64
Binary 10111101 11100001 101000 10000 0 1010010 1100 1001000 1001100 110100

Color Harmonies of #BDE128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE128

Black with #BDE128

Text Example


Text Example

White with #BDE128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE128; }

 p { color: rgb(189,225,40); }

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

background-color css

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

 a { background-color: rgb(189,225,40); }

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

border-color css

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

 span { border-color: rgb(189,225,40); }

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