Html Css Color HEX #BCDF03 Inch Worm

📋 copy color: '#BCDF03'

red 188 ◦ green 223 ◦ blue 3

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

Shades of Inch Worm #BCDF03

Tints of Inch Worm #BCDF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 45.41%
G = 53.86%
B = 0.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#BCDF03 (or 0xBCDF03) is known color: Inch Worm. HEX triplet: BC, DF and 03. RGB value is (188,223,3). Sum of RGB (Red+Green+Blue) = 188+223+3=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 223 (87.5% from 255 or 53.86% from 414); Blue value is 3 (1.56% from 255 or 0.72% from 414); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDF03 is #4320FC. Grayscale: #BCBCBC. Windows color (decimal): -4399357 or 253884. OLE color: 253884.

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

Color convert

RGB 188 223 3 -
CMYK 0.16 0 0.99 0.13
HSL 69.55º 0.97% 0.44% -
HSV(B) 69.55º 0.99% 0.87% -
XYZ 47.14 63.47 9.85 -
YUV 187.46 23.9 128.39 -
System Red Green Blue C M Y K H S L
Decimal 188 223 3 0.16 0 0.99 0.13 69.55 0.97 0.44
Hex BC DF 3 10 0 63 D 46 61 2C
Octal 274 337 3 20 0 143 15 106 141 54
Binary 10111100 11011111 11 10000 0 1100011 1101 1000110 1100001 101100

Color Harmonies of #BCDF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF03

Black with #BCDF03

Text Example


Text Example

White with #BCDF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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