Html Css Color HEX #BCDF18 Inch Worm

📋 copy color: '#BCDF18'

red 188 ◦ green 223 ◦ blue 24

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

Shades of Inch Worm #BCDF18

Tints of Inch Worm #BCDF18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.52%

R = 43.22%
G = 51.26%
B = 5.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#BCDF18 (or 0xBCDF18) is known color: Inch Worm. HEX triplet: BC, DF and 18. RGB value is (188,223,24). Sum of RGB (Red+Green+Blue) = 188+223+24=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 24 (9.77% from 255 or 5.52% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDF18 is #4320E7. Grayscale: #BEBEBE. Windows color (decimal): -4399336 or 1630140. OLE color: 1630140.

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

Color convert

RGB 188 223 24 -
CMYK 0.16 0 0.89 0.13
HSL 70.55º 0.81% 0.48% -
HSV(B) 70.55º 0.89% 0.87% -
XYZ 47.29 63.53 10.63 -
YUV 189.85 34.4 126.68 -
System Red Green Blue C M Y K H S L
Decimal 188 223 24 0.16 0 0.89 0.13 70.55 0.81 0.48
Hex BC DF 18 10 0 59 D 47 51 30
Octal 274 337 30 20 0 131 15 107 121 60
Binary 10111100 11011111 11000 10000 0 1011001 1101 1000111 1010001 110000

Color Harmonies of #BCDF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF18

Black with #BCDF18

Text Example


Text Example

White with #BCDF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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