Html Css Color HEX #BCDF08 Inch Worm

📋 copy color: '#BCDF08'

red 188 ◦ green 223 ◦ blue 8

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

Shades of Inch Worm #BCDF08

Tints of Inch Worm #BCDF08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.91%

R = 44.87%
G = 53.22%
B = 1.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#BCDF08 (or 0xBCDF08) is known color: Inch Worm. HEX triplet: BC, DF and 08. RGB value is (188,223,8). Sum of RGB (Red+Green+Blue) = 188+223+8=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 8 (3.52% from 255 or 1.91% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDF08 is #4320F7. Grayscale: #BCBCBC. Windows color (decimal): -4399352 or 581564. OLE color: 581564.

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

Color convert

RGB 188 223 8 -
CMYK 0.16 0 0.96 0.13
HSL 69.77º 0.93% 0.45% -
HSV(B) 69.77º 0.96% 0.87% -
XYZ 47.17 63.48 10 -
YUV 188.03 26.4 127.98 -
System Red Green Blue C M Y K H S L
Decimal 188 223 8 0.16 0 0.96 0.13 69.77 0.93 0.45
Hex BC DF 8 10 0 60 D 46 5D 2D
Octal 274 337 10 20 0 140 15 106 135 55
Binary 10111100 11011111 1000 10000 0 1100000 1101 1000110 1011101 101101

Color Harmonies of #BCDF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF08

Black with #BCDF08

Text Example


Text Example

White with #BCDF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF08; }

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

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

background-color css

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

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

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

border-color css

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

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

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