Html Css Color HEX #BCE72D Fuego

📋 copy color: '#BCE72D'

red 188 ◦ green 231 ◦ blue 45

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

Shades of Fuego #BCE72D

Tints of Fuego #BCE72D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.7%

R = 40.52%
G = 49.78%
B = 9.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#BCE72D (or 0xBCE72D) is known color: Fuego. HEX triplet: BC, E7 and 2D. RGB value is (188,231,45). Sum of RGB (Red+Green+Blue) = 188+231+45=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 231 (90.62% from 255 or 49.78% from 464); Blue value is 45 (17.97% from 255 or 9.70% from 464); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE72D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE72D is #4318D2. Grayscale: #C5C5C5. Windows color (decimal): -4397267 or 3008444. OLE color: 3008444.

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

Color convert

RGB 188 231 45 -
CMYK 0.19 0 0.81 0.09
HSL 73.87º 0.79% 0.54% -
HSV(B) 73.87º 0.81% 0.91% -
XYZ 49.79 68.03 12.99 -
YUV 196.94 42.25 121.62 -
System Red Green Blue C M Y K H S L
Decimal 188 231 45 0.19 0 0.81 0.09 73.87 0.79 0.54
Hex BC E7 2D 13 0 51 9 4A 4F 36
Octal 274 347 55 23 0 121 11 112 117 66
Binary 10111100 11100111 101101 10011 0 1010001 1001 1001010 1001111 110110

Color Harmonies of #BCE72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE72D

Black with #BCE72D

Text Example


Text Example

White with #BCE72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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