Html Css Color HEX #BCDF05 Inch Worm

📋 copy color: '#BCDF05'

red 188 ◦ green 223 ◦ blue 5

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

Shades of Inch Worm #BCDF05

Tints of Inch Worm #BCDF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.2%

R = 45.19%
G = 53.61%
B = 1.2%

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

#BCDF05 (or 0xBCDF05) is known color: Inch Worm. HEX triplet: BC, DF and 05. RGB value is (188,223,5). Sum of RGB (Red+Green+Blue) = 188+223+5=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 5 (2.34% from 255 or 1.20% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDF05 is #4320FA. Grayscale: #BCBCBC. Windows color (decimal): -4399355 or 384956. OLE color: 384956.

HSL color Cylindrical-coordinate representation of color #BCDF05: hue angle of 69.63º 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 #BCDF05 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

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

Color Harmonies of #BCDF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF05

Black with #BCDF05

Text Example


Text Example

White with #BCDF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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