Html Css Color HEX #BCDF1D Inch Worm

📋 copy color: '#BCDF1D'

red 188 ◦ green 223 ◦ blue 29

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

Shades of Inch Worm #BCDF1D

Tints of Inch Worm #BCDF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.59%

R = 42.73%
G = 50.68%
B = 6.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#BCDF1D (or 0xBCDF1D) is known color: Inch Worm. HEX triplet: BC, DF and 1D. RGB value is (188,223,29). Sum of RGB (Red+Green+Blue) = 188+223+29=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 29 (11.72% from 255 or 6.59% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDF1D is #4320E2. Grayscale: #BFBFBF. Windows color (decimal): -4399331 or 1957820. OLE color: 1957820.

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

Color convert

RGB 188 223 29 -
CMYK 0.16 0 0.87 0.13
HSL 70.82º 0.77% 0.49% -
HSV(B) 70.82º 0.87% 0.87% -
XYZ 47.35 63.56 10.93 -
YUV 190.42 36.9 126.27 -
System Red Green Blue C M Y K H S L
Decimal 188 223 29 0.16 0 0.87 0.13 70.82 0.77 0.49
Hex BC DF 1D 10 0 57 D 47 4D 31
Octal 274 337 35 20 0 127 15 107 115 61
Binary 10111100 11011111 11101 10000 0 1010111 1101 1000111 1001101 110001

Color Harmonies of #BCDF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF1D

Black with #BCDF1D

Text Example


Text Example

White with #BCDF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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