Html Css Color HEX #BCE625 Fuego

📋 copy color: '#BCE625'

red 188 ◦ green 230 ◦ blue 37

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

Shades of Fuego #BCE625

Tints of Fuego #BCE625

RGB

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

 GREEN value IS 230 (90.23% from 255) = 50.55%

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

R = 41.32%
G = 50.55%
B = 8.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#BCE625 (or 0xBCE625) is known color: Fuego. HEX triplet: BC, E6 and 25. RGB value is (188,230,37). Sum of RGB (Red+Green+Blue) = 188+230+37=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 230 (90.23% from 255 or 50.55% from 455); Blue value is 37 (14.84% from 255 or 8.13% from 455); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE625 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE625 is #4319DA. Grayscale: #C4C4C4. Windows color (decimal): -4397531 or 2483900. OLE color: 2483900.

HSL color Cylindrical-coordinate representation of color #BCE625: hue angle of 73.06º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCE625 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 37 -
CMYK 0.18 0 0.84 0.10
HSL 73.06º 0.79% 0.52% -
HSV(B) 73.06º 0.84% 0.9% -
XYZ 49.37 67.42 12.16 -
YUV 195.44 38.59 122.69 -
System Red Green Blue C M Y K H S L
Decimal 188 230 37 0.18 0 0.84 0.10 73.06 0.79 0.52
Hex BC E6 25 12 0 54 A 49 4F 34
Octal 274 346 45 22 0 124 12 111 117 64
Binary 10111100 11100110 100101 10010 0 1010100 1010 1001001 1001111 110100

Color Harmonies of #BCE625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE625

Black with #BCE625

Text Example


Text Example

White with #BCE625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE625; }

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

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

background-color css

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

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

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

border-color css

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

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

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