Html Css Color HEX #BCDF04 Inch Worm

📋 copy color: '#BCDF04'

red 188 ◦ green 223 ◦ blue 4

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

Shades of Inch Worm #BCDF04

Tints of Inch Worm #BCDF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.96%

R = 45.3%
G = 53.73%
B = 0.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#BCDF04 (or 0xBCDF04) is known color: Inch Worm. HEX triplet: BC, DF and 04. RGB value is (188,223,4). Sum of RGB (Red+Green+Blue) = 188+223+4=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 223 (87.5% from 255 or 53.73% from 415); Blue value is 4 (1.95% from 255 or 0.96% from 415); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDF04 is #4320FB. Grayscale: #BCBCBC. Windows color (decimal): -4399356 or 319420. OLE color: 319420.

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

Color convert

RGB 188 223 4 -
CMYK 0.16 0 0.98 0.13
HSL 69.59º 0.96% 0.45% -
HSV(B) 69.59º 0.98% 0.87% -
XYZ 47.15 63.48 9.88 -
YUV 187.57 24.4 128.31 -
System Red Green Blue C M Y K H S L
Decimal 188 223 4 0.16 0 0.98 0.13 69.59 0.96 0.45
Hex BC DF 4 10 0 62 D 46 60 2D
Octal 274 337 4 20 0 142 15 106 140 55
Binary 10111100 11011111 100 10000 0 1100010 1101 1000110 1100000 101101

Color Harmonies of #BCDF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF04

Black with #BCDF04

Text Example


Text Example

White with #BCDF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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