Html Css Color HEX #BCE725 Fuego

📋 copy color: '#BCE725'

red 188 ◦ green 231 ◦ blue 37

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

Shades of Fuego #BCE725

Tints of Fuego #BCE725

RGB

 RED value IS 188 (73.83% from 255) = 41.23%

 GREEN value IS 231 (90.63% from 255) = 50.66%

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

R = 41.23%
G = 50.66%
B = 8.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#BCE725 (or 0xBCE725) is known color: Fuego. HEX triplet: BC, E7 and 25. RGB value is (188,231,37). Sum of RGB (Red+Green+Blue) = 188+231+37=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 231 (90.62% from 255 or 50.66% from 456); Blue value is 37 (14.84% from 255 or 8.11% from 456); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE725 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE725 is #4318DA. Grayscale: #C4C4C4. Windows color (decimal): -4397275 or 2484156. OLE color: 2484156.

HSL color Cylindrical-coordinate representation of color #BCE725: hue angle of 73.3º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCE725 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 231 37 -
CMYK 0.19 0 0.84 0.09
HSL 73.3º 0.8% 0.53% -
HSV(B) 73.3º 0.84% 0.91% -
XYZ 49.65 67.98 12.25 -
YUV 196.03 38.25 122.27 -
System Red Green Blue C M Y K H S L
Decimal 188 231 37 0.19 0 0.84 0.09 73.3 0.8 0.53
Hex BC E7 25 13 0 54 9 49 50 35
Octal 274 347 45 23 0 124 11 111 120 65
Binary 10111100 11100111 100101 10011 0 1010100 1001 1001001 1010000 110101

Color Harmonies of #BCE725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE725

Black with #BCE725

Text Example


Text Example

White with #BCE725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE725; }

 p { color: rgb(188,231,37); }

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

background-color css

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

 a { background-color: rgb(188,231,37); }

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

border-color css

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

 span { border-color: rgb(188,231,37); }

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