Html Css Color HEX #BCDF19 Inch Worm

📋 copy color: '#BCDF19'

red 188 ◦ green 223 ◦ blue 25

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

Shades of Inch Worm #BCDF19

Tints of Inch Worm #BCDF19

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.15%

 BLUE value IS 25 (10.16% from 255) = 5.73%

R = 43.12%
G = 51.15%
B = 5.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#BCDF19 (or 0xBCDF19) is known color: Inch Worm. HEX triplet: BC, DF and 19. RGB value is (188,223,25). Sum of RGB (Red+Green+Blue) = 188+223+25=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 25 (10.16% from 255 or 5.73% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDF19 is #4320E6. Grayscale: #BEBEBE. Windows color (decimal): -4399335 or 1695676. OLE color: 1695676.

HSL color Cylindrical-coordinate representation of color #BCDF19: hue angle of 70.61º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCDF19 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 25 -
CMYK 0.16 0 0.89 0.13
HSL 70.61º 0.8% 0.49% -
HSV(B) 70.61º 0.89% 0.87% -
XYZ 47.3 63.54 10.69 -
YUV 189.96 34.9 126.6 -
System Red Green Blue C M Y K H S L
Decimal 188 223 25 0.16 0 0.89 0.13 70.61 0.8 0.49
Hex BC DF 19 10 0 59 D 47 50 31
Octal 274 337 31 20 0 131 15 107 120 61
Binary 10111100 11011111 11001 10000 0 1011001 1101 1000111 1010000 110001

Color Harmonies of #BCDF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF19

Black with #BCDF19

Text Example


Text Example

White with #BCDF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF19; }

 p { color: rgb(188,223,25); }

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

background-color css

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

 a { background-color: rgb(188,223,25); }

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

border-color css

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

 span { border-color: rgb(188,223,25); }

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