Html Css Color HEX #BDE425 Fuego

📋 copy color: '#BDE425'

red 189 ◦ green 228 ◦ blue 37

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

Shades of Fuego #BDE425

Tints of Fuego #BDE425

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50.22%

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

R = 41.63%
G = 50.22%
B = 8.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#BDE425 (or 0xBDE425) is known color: Fuego. HEX triplet: BD, E4 and 25. RGB value is (189,228,37). Sum of RGB (Red+Green+Blue) = 189+228+37=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 228 (89.45% from 255 or 50.22% from 454); Blue value is 37 (14.84% from 255 or 8.15% from 454); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE425 is #421BDA. Grayscale: #C3C3C3. Windows color (decimal): -4332507 or 2483389. OLE color: 2483389.

HSL color Cylindrical-coordinate representation of color #BDE425: hue angle of 72.25º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDE425 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 228 37 -
CMYK 0.17 0 0.84 0.11
HSL 72.25º 0.78% 0.52% -
HSV(B) 72.25º 0.84% 0.89% -
XYZ 49.06 66.44 11.99 -
YUV 194.57 39.08 124.03 -
System Red Green Blue C M Y K H S L
Decimal 189 228 37 0.17 0 0.84 0.11 72.25 0.78 0.52
Hex BD E4 25 11 0 54 B 48 4E 34
Octal 275 344 45 21 0 124 13 110 116 64
Binary 10111101 11100100 100101 10001 0 1010100 1011 1001000 1001110 110100

Color Harmonies of #BDE425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE425

Black with #BDE425

Text Example


Text Example

White with #BDE425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE425; }

 p { color: rgb(189,228,37); }

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

background-color css

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

 a { background-color: rgb(189,228,37); }

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

border-color css

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

 span { border-color: rgb(189,228,37); }

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